aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2012-12-14 23:19:03 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2012-12-14 23:19:03 +0100
commitd2cc278283c43d143c054220a129b2792c0d6334 (patch)
treec1c447d8cbdcc8e580013d0deb1ba04cbb1d4596 /sql
parentaa420be109494434e8c64b5e6c67239bc7f3ee83 (diff)
Core/Spells: Rename spell script scripts in correct script name
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_12_14_05_world_spell_script_names.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_14_05_world_spell_script_names.sql b/sql/updates/world/2012_12_14_05_world_spell_script_names.sql
new file mode 100644
index 00000000000..6d6ab651365
--- /dev/null
+++ b/sql/updates/world/2012_12_14_05_world_spell_script_names.sql
@@ -0,0 +1,10 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (24750,24751,44436,-139,66118,67630,68646,68647);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(24750, 'spell_hallow_end_trick'),
+(24751, 'spell_hallow_end_trick_or_treat'),
+(44436, 'spell_hallow_end_tricky_treat'),
+( -139, 'spell_pri_renew'),
+(66118, 'spell_anubarak_leeching_swarm'),
+(67630, 'spell_anubarak_leeching_swarm'),
+(68646, 'spell_anubarak_leeching_swarm'),
+(68647, 'spell_anubarak_leeching_swarm');