mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core: Fix non pch build
This commit is contained in:
@@ -3,7 +3,7 @@ INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language
|
||||
(39428, 0, 0, 'More carrion for the swarm...', 14, 0, 100, 0, 0, 18906, 'Earthrager Ptah - SAY_AGGRO'),
|
||||
(39428, 1, 0, 'Ptah... is... no more...', 14, 0, 100, 0, 0, 18905, 'Earthrager Ptah - SAY_DEATH');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (75540,94974,75519);
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (75540,89881,94974,75519);
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(75540,'spell_earthrager_ptah_flame_bolt'),
|
||||
(89881,'spell_earthrager_ptah_flame_bolt'),
|
||||
|
||||
@@ -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