Core: Fix non pch build

This commit is contained in:
Vincent_Michael
2012-12-26 02:50:19 +01:00
parent 12f9fd3f88
commit e65da39f23
4 changed files with 11 additions and 8 deletions

View File

@@ -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'),

View File

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

View File

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

View File

@@ -73,4 +73,4 @@ CreatureAI* GetHallsOfOriginationAI(Creature* creature)
return NULL;
}
#endif // HALLS_OF_ORIGINATION_H
#endif // HALLS_OF_ORIGINATION_H