fix(DB/Creature): Jedoga Shadowseeker should be disarmable and hard r… (#22215)

This commit is contained in:
avarishd 2025-05-29 20:18:16 +03:00 committed by GitHub
parent 8d9636e1fa
commit f9564c5ee0
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`&~(4), `flags_extra` = `flags_extra`|2147483648 WHERE (`entry` IN (29310,31465));