fix(DB/Creature): Vashj elementals disorient immunity (#19042)

This commit is contained in:
Andrew 2024-06-10 18:06:05 -03:00 committed by GitHub
parent 7a99e0ba82
commit 468bde4cea
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`|2 WHERE `entry` = 21958;