From c0f3a7f9efaa10283260cbedae6e7c7c9180b524 Mon Sep 17 00:00:00 2001 From: azazel Date: Wed, 18 Aug 2010 12:26:17 +0600 Subject: Core/spells: move 20425 Guarded by the Light spell from Warlock spells to Paladin spells. PS Well, this spell used to be in SPELLFAMILY_WARLOCK case, so it seems it never worked before. And that's why I added it to Warlock spells. --HG-- branch : trunk --- sql/base/world_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index d44b6641b06..eb34af2f546 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14747,6 +14747,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 12975,'spell_warr_last_stand'), -- paladin ( 20425, 'spell_pal_judgement_of_command'), +( 63521, 'spell_pal_guarded_by_the_light'), (-20473, 'spell_pal_holy_shock'), ( 37877, 'spell_pal_blessing_of_faith'), -- hunter @@ -14781,7 +14782,6 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( -6201, 'spell_warl_create_healthstone'), ( 47193, 'spell_warl_demonic_empowerment'), ( 47422, 'spell_warl_everlasting_affliction'), -( 63521, 'spell_warl_guarded_by_the_light'), -- druid ( 54846, 'spell_dru_glyph_of_starfire'); /*!40000 ALTER TABLE `spell_script_names` ENABLE KEYS */; -- cgit v1.2.3