fix(DB/Creature): Zul'jin and Akil'zon should be taunt immune (#20609)

This commit is contained in:
Andrew
2024-11-17 13:10:29 -03:00
committed by GitHub
parent 0363ca31d6
commit 5695af54c8

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`| 256 WHERE `entry` IN (23574, 23863);