fix(Scripts/ScarletEnclave): City guards should throw stuff at new DKs (#22317)

This commit is contained in:
avarishd
2025-06-21 21:44:01 +03:00
committed by GitHub
parent 5a58237007
commit 7c171ae4dc
4 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (58552,58533) AND `ScriptName`='spell_chapter5_return_to_capital';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(58552, 'spell_chapter5_return_to_capital'),
(58533, 'spell_chapter5_return_to_capital');