Restore file deleted by mistake

This commit is contained in:
Aokromes
2016-07-20 22:53:29 +02:00
parent 8aec3dd3b6
commit eacbddd471

View File

@@ -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');