fix(DB/Creature): Captain Skarloc should be interruptable (#16856)

This commit is contained in:
Samsequel
2023-07-30 10:19:52 +02:00
committed by GitHub
parent 52aa18f8bd
commit 4a8039c7a7

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~(4194304|33554432) WHERE `entry` IN (17862, 20521);