mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/Creature): Captain Skarloc should be interruptable (#16856)
This commit is contained in:
2
data/sql/updates/pending_db_world/captainskarloc.sql
Normal file
2
data/sql/updates/pending_db_world/captainskarloc.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~(4194304|33554432) WHERE `entry` IN (17862, 20521);
|
||||
Reference in New Issue
Block a user