fix(DB/Creature): Amanishi Tempest should be immune to taunts, fears … (#20898)

fix(DB/Creature): Amanishi Tempest should be immune to taunts, fears and stuns
This commit is contained in:
Andrew 2024-12-11 19:27:31 -03:00 committed by GitHub
parent 60667e75c3
commit 5e8ee9bd59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|16|2048, `flags_extra` = `flags_extra`|256 WHERE `entry` = 24549;