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

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;