fix(DB/Creature): Fix Dragonmaw Wind Rider interrupt immunity (#19118)

fix(DB/Creature): Fix Dragonmaw Wind Rider immunities
This commit is contained in:
Andrew 2024-06-22 06:53:10 -03:00 committed by GitHub
parent 5dfecab7cf
commit 3b3d848c05
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`|33554432 WHERE `entry` = 23330;