fix(Scripts/ScarletEnclave): City guards should throw stuff at new DKs (#22317)
This commit is contained in:
parent
5a58237007
commit
7c171ae4dc
4 changed files with 139 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue