Core/Spell Add Spell Script Needed for quest Torch Tossing/More Torch Tossing

Updated
This commit is contained in:
sirikfoll
2015-05-26 23:59:04 -03:00
parent 28ef8431ee
commit 309de9e71b
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=45724;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45724, 'spell_midsummer_braziers_hit');