fix(DB/Creature): make Malchezaar interrupt immune (#17363)

initial
This commit is contained in:
Dan 2023-09-26 23:50:44 +02:00 committed by GitHub
parent ae99ce586a
commit 2d620f20dd
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`|33554432 WHERE `entry` = 15690;