fix(Scripts/Karazhan): Implement Aran's Atiesh interaction (#17692)
This commit is contained in:
parent
8bb6661c96
commit
d9e12f7a46
4 changed files with 57 additions and 12 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` = 4216;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(4216, 'at_karazhan_atiesh_aran');
|
||||
Loading…
Add table
Add a link
Reference in a new issue