diff options
| author | azazel <none@none> | 2010-08-18 12:26:17 +0600 |
|---|---|---|
| committer | azazel <none@none> | 2010-08-18 12:26:17 +0600 |
| commit | c0f3a7f9efaa10283260cbedae6e7c7c9180b524 (patch) | |
| tree | 67265aaf0233b22a9ac0dcf95ed3e775661cba2c /sql/base/world_database.sql | |
| parent | 7d8146f9891e69ae1610fd19e3587b6d7048f4b5 (diff) | |
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
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 */; |
