fix(Scripts/Scholomance): Kirtonos the Herald event now starts correctly again (#15131)

This commit is contained in:
patou01
2023-02-19 19:39:02 +01:00
committed by GitHub
parent abedfe245f
commit a76c07698c
3 changed files with 23 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
-- add NO_MOVEMENT_UPDATE flag
UPDATE `creature_template` SET `flags_extra` = 512 WHERE (`entry` = 10506);