mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Spell Add Spell Script Needed for quest Torch Tossing/More Torch Tossing
Updated
This commit is contained in:
3
sql/updates/world/2015_08_29_00_world.sql
Normal file
3
sql/updates/world/2015_08_29_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user