mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core: Fix non pch build
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
#include "ObjectMgr.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "SpellAuras.h"
|
||||
#include "halls_of_origination.h"
|
||||
#include "SpellScript.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "Player.h"
|
||||
#include "halls_of_origination.h"
|
||||
|
||||
enum Texts
|
||||
{
|
||||
@@ -364,4 +365,4 @@ void AddSC_boss_earthrager_ptah()
|
||||
new spell_earthrager_ptah_flame_bolt();
|
||||
new spell_earthrager_ptah_earth_spike();
|
||||
new spell_earthrager_ptah_explosion();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,9 +18,11 @@
|
||||
#include "ObjectMgr.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "SpellAuras.h"
|
||||
#include "halls_of_origination.h"
|
||||
#include "SpellScript.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "GridNotifiers.h"
|
||||
#include "Player.h"
|
||||
#include "halls_of_origination.h"
|
||||
|
||||
enum Texts
|
||||
{
|
||||
@@ -399,4 +401,4 @@ void AddSC_boss_temple_guardian_anhuur()
|
||||
new spell_anhuur_disable_beacon_beams();
|
||||
new spell_anhuur_activate_beacons();
|
||||
new spell_anhuur_divine_reckoning();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ CreatureAI* GetHallsOfOriginationAI(Creature* creature)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif // HALLS_OF_ORIGINATION_H
|
||||
#endif // HALLS_OF_ORIGINATION_H
|
||||
|
||||
Reference in New Issue
Block a user