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:
Rob
2019-11-26 15:47:09 -07:00
committed by Barbz
parent 01c489010c
commit ee4f5fe791
2 changed files with 3 additions and 2 deletions

View File

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

View File

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