From eacbddd471de978dd01776b89a50d949c74fe6ce Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 20 Jul 2016 22:53:29 +0200 Subject: [PATCH] Restore file deleted by mistake --- .../2016_07_20_15_world_from_335_was_2016_07_16_07_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2016_07_20_15_world_from_335_was_2016_07_16_07_world.sql diff --git a/sql/updates/world/2016_07_20_15_world_from_335_was_2016_07_16_07_world.sql b/sql/updates/world/2016_07_20_15_world_from_335_was_2016_07_16_07_world.sql new file mode 100644 index 00000000000..a556a622c44 --- /dev/null +++ b/sql/updates/world/2016_07_20_15_world_from_335_was_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'); \ No newline at end of file