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

View file

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