fix(DB/SSC): Coilfang Strider should not be immune to snare/root (#17995)

This commit is contained in:
Angelo Venturini 2023-12-11 23:39:21 -03:00 committed by GitHub
parent c3f11817a9
commit 060bb5b308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` set `mechanic_immune_mask`=`mechanic_immune_mask`&~(64|1024) WHERE `entry` = 22056;