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:
parent
945d7c6afe
commit
4e41a02be2
3 changed files with 35 additions and 7 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` = 4522;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(4522, 'at_karazhan_side_entrance');
|
||||
Loading…
Add table
Add a link
Reference in a new issue