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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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