Fixed compilation without PCH enabled

please avoid to miss header files in your sources
This commit is contained in:
Yehonal
2016-08-19 23:32:46 +02:00
parent 54ad9aa30d
commit 469502581d
142 changed files with 241 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
// Scripted by Xinef
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellAuras.h"
@@ -1784,4 +1785,4 @@ void AddSC_event_brewfest_scripts()
// beer effect
new npc_brew_bubble();
}
}