mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Scripts - Fixed missing headers
Without these, the server would not compile when disabling precompiled headers (PCH)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "LFGMgr.h"
|
||||
#include "PassiveAI.h"
|
||||
#include "Group.h"
|
||||
#include "CellImpl.h"
|
||||
|
||||
///////////////////////////////////////
|
||||
////// ITEMS FIXES, BASIC STUFF
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "MapManager.h"
|
||||
#include "CreatureTextMgr.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "CellImpl.h"
|
||||
|
||||
// Ours
|
||||
class spell_q11065_wrangle_some_aether_rays : public SpellScriptLoader
|
||||
|
||||
Reference in New Issue
Block a user