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

@@ -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();
}
}