fix(DB/Creature): Remove Veras Darkshadow stun immunity (#19642)

fix(DB/Creature): Remove Veras stun immunity
This commit is contained in:
Andrew
2024-08-17 15:21:55 -03:00
committed by GitHub
parent 682c053416
commit 50b7de64e3

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`&~2048 WHERE `entry` = 22952;