fix(DB/Creature): remove stun immunity from Coilfang Strider (#20071)

remove stun mechanic immune
This commit is contained in:
Jelle Meeus 2024-09-28 15:50:41 +02:00 committed by GitHub
parent 8bf3595cef
commit 81251aaf5e
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` & ~2048 WHERE (`entry` = 22056);