fix(DB/Creature): Sacrolash and Alythess should be taunt immune (#21418)

This commit is contained in:
Andrew 2025-02-12 15:11:12 -03:00 committed by GitHub
parent 16fa25b7a9
commit 00be3a417f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2147483648 WHERE `entry` IN (25166, 25165);