fix(DB/Creature) Remove immunity to Disarm from Gal'darah. (#23136)

This commit is contained in:
Rocco Silipo 2025-10-07 09:35:50 +02:00 committed by GitHub
parent 43d46de681
commit bfe2cbc9c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
-- Remove Disarm Immunity
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 4 WHERE (`entry` IN (31368, 29306));