mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-07 16:47:44 +00:00
Scripts/Quests
style changes
This commit is contained in:
parent
eeafe3de50
commit
c6d01cc5b5
1 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,3 @@
|
|||
#include <Script/NativeScriptApi.h>
|
||||
#include <Actor/Player.h>
|
||||
#include "Manager/EventMgr.h"
|
||||
#include <ScriptObject.h>
|
||||
|
@ -33,6 +32,7 @@ private:
|
|||
|
||||
// Quest rewards
|
||||
static constexpr auto RewardExpFactor = 100;
|
||||
|
||||
// Entities found in the script data of the quest
|
||||
static constexpr auto Actor0 = 1003601;
|
||||
static constexpr auto Actor1 = 1001024;
|
||||
|
|
Loading…
Add table
Reference in a new issue