fix(Scripts/SunwellPlateau): Add taunt immunity to Entropius (#21918)

This commit is contained in:
blinkysc
2025-04-13 13:43:28 -05:00
committed by GitHub
parent 98ea3b331e
commit d68bf36762

View File

@@ -0,0 +1,2 @@
-- Set immune to taunt
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |256 WHERE (`entry` = 25840);