aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-08-22 21:07:18 -0700
committersilinoron <none@none>2010-08-22 21:07:18 -0700
commitccc2a83510c2dcdcaba1c9c1f1778b8f171e0c4c (patch)
tree655f84305ce0c670bc8d558047825660f4b11987 /sql/updates
parent5cbae843d58431237a270a0960a5d0c324d5cb1e (diff)
* Some consistency changes.
* Move spell 6962 to spell scripts and make sure to set deathstate. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9529_world_spell_script_names.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/9529_world_spell_script_names.sql b/sql/updates/9529_world_spell_script_names.sql
new file mode 100644
index 00000000000..e312dd017ad
--- /dev/null
+++ b/sql/updates/9529_world_spell_script_names.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=6962 AND `ScriptName`='spell_gen_pet_summoned';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (6962, 'spell_gen_pet_summoned');