aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_07_16_02_world_2016_07_16_07_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_07_16_02_world_2016_07_16_07_world.sql b/sql/updates/world/6.x/2016_07_16_02_world_2016_07_16_07_world.sql
new file mode 100644
index 00000000000..75af8add3d1
--- /dev/null
+++ b/sql/updates/world/6.x/2016_07_16_02_world_2016_07_16_07_world.sql
@@ -0,0 +1,5 @@
+-- enable 2 new spell scripts: spell_hallow_end_candy & spell_hallow_end_candy_pirate
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_hallow_end_candy','spell_hallow_end_candy_pirate');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(24930,'spell_hallow_end_candy'),
+(24926,'spell_hallow_end_candy_pirate');