fix(DB/Creature): make sure The Crone can no longer be disarmed or interrupted (#16956)

initial

make sure she can cast her CL

Co-authored-by: Benjamin Jackson <20357406+Maria-sequel@users.noreply.github.com>
This commit is contained in:
Dan
2023-08-08 13:56:49 +02:00
committed by GitHub
parent a05ee01ec4
commit 34044d0d50

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|4|33554432 WHERE `entry` = 18168;