mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 00:28:34 +00:00
fix: Missing header to allow NOPCH compil
- Now can compile without PCH enabled - Also fixed wrong module name in travis.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user