fix(Scripts/Karazhan): Implement Aran's Atiesh interaction (#17692)

This commit is contained in:
Andrew
2023-11-14 14:49:05 -03:00
committed by GitHub
parent 8bb6661c96
commit d9e12f7a46
4 changed files with 57 additions and 12 deletions

View File

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