fix(DB/Creature) Eredar Twins should be immune to taunt. (#21770)

This commit is contained in:
Rocco Silipo
2025-03-25 14:09:48 +01:00
committed by GitHub
parent 28bf680a99
commit ac927769fc

View File

@@ -0,0 +1,3 @@
-- Taunt Immune
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry` IN (25166, 25165);