1
Fork 0
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:
AussieGlenn 2019-02-03 14:01:33 +10:00
parent eeafe3de50
commit c6d01cc5b5

View file

@ -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;