mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Restore file deleted by mistake
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user