fix(DB/Creature): Illidan taunt immunity (#19464)

This commit is contained in:
Andrew
2024-07-23 17:20:56 -03:00
committed by GitHub
parent b95ca43c35
commit dd8bc51603

View File

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