diff --git a/.travis.yml b/.travis.yml index 3bfd0f7..6cf74dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: install: - cd .. - git clone --depth=1 --branch=master https://github.com/azerothcore/azerothcore-wotlk.git azerothcore - - mv mod-duelreset azerothcore/modules + - mv mod-reward-playtime azerothcore/modules - cd azerothcore - git submodule update --init --recursive diff --git a/src/reward_system.cpp b/src/reward_system.cpp index 996a983..6f22438 100644 --- a/src/reward_system.cpp +++ b/src/reward_system.cpp @@ -3,6 +3,7 @@ #include "Configuration/Config.h" #include "Player.h" #include "AccountMgr.h" +#include "Chat.h" #include "ScriptMgr.h" #include "Define.h" #include "GossipDef.h" @@ -98,4 +99,4 @@ void AddRewardSystemScripts() { new reward_system(); new reward_system_conf(); -} \ No newline at end of file +}