fix(Scripts/Karazhan): Implement Nightbane summon emote and despawn on evade (#17690)

* fix(Scripts/Karazhan): Implement summon emote and despawn on evade

* missing flag
This commit is contained in:
Andrew
2023-11-13 01:39:14 -03:00
committed by GitHub
parent 975a6fccab
commit bbedb91e2c
2 changed files with 47 additions and 58 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|256 WHERE `entry` = 17225;