aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorazazel <none@none>2010-08-18 12:26:17 +0600
committerazazel <none@none>2010-08-18 12:26:17 +0600
commitc0f3a7f9efaa10283260cbedae6e7c7c9180b524 (patch)
tree67265aaf0233b22a9ac0dcf95ed3e775661cba2c /sql/updates
parent7d8146f9891e69ae1610fd19e3587b6d7048f4b5 (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/updates')
-rw-r--r--sql/updates/9447_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9447_world_spell_script_names.sql b/sql/updates/9447_world_spell_script_names.sql
new file mode 100644
index 00000000000..da7930b61c3
--- /dev/null
+++ b/sql/updates/9447_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=20425 AND `ScriptName`='spell_warl_judgement_of_command';
+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 (20425, 'spell_pal_judgement_of_command');