fix(Scripts/Karazhan): Implement the side entrance door area trigger … (#17556)

fix(Scripts/Karazhan): Implement the side entrance door area trigger handling
This commit is contained in:
Andrew
2023-10-21 22:52:07 -03:00
committed by GitHub
parent 945d7c6afe
commit 4e41a02be2
3 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `areatrigger_scripts` WHERE `entry` = 4522;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(4522, 'at_karazhan_side_entrance');