diff options
| author | silinoron <none@none> | 2010-07-31 10:46:33 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-07-31 10:46:33 -0700 |
| commit | 9d93ebc8b7d92a7e48b45f7bc52c9f14d90d46a9 (patch) | |
| tree | 6059a8fe9d419876809181d872f89d31bd86aad4 /sql/updates | |
| parent | c49ac64d947f83e85c157b8bb20e823ec2843bed (diff) | |
Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of Faith, and Judgement of Command to spell scripts.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9122_world_spell_script_names.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/9122_world_spell_script_names.sql b/sql/updates/9122_world_spell_script_names.sql new file mode 100644 index 00000000000..068b1c34815 --- /dev/null +++ b/sql/updates/9122_world_spell_script_names.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=37877 AND `ScriptName`='spell_pal_blessing_of_faith'; +DELETE FROM `spell_script_names` WHERE `spell_id`=-20473 AND `ScriptName`='spell_pal_holy_shock'; +DELETE FROM `spell_script_names` WHERE `spell_id`=20425 AND `ScriptName`='spell_pal_judgement_of_command'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(37877,'spell_pal_blessing_of_faith'), +(-20473,'spell_pal_holy_shock'), +(20425,'spell_pal_judgement_of_command'); |
