mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(DB/mechanic_immune_mask): Bosses from Deadmines (#4977)
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1616571106507034555');
|
||||||
|
|
||||||
|
-- Remove MECHANIC_SLOW_ATTACK mask
|
||||||
|
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask` &~128 WHERE `entry` IN
|
||||||
|
(639, -- Edwin VanCleef
|
||||||
|
643, -- Sneed
|
||||||
|
645, -- Cookie
|
||||||
|
646, -- Mr. Smite
|
||||||
|
647, -- Captain Greenskin
|
||||||
|
1763, -- Gilnid
|
||||||
|
642, -- Sneed's Shredder
|
||||||
|
626); -- Foreman Thistlenettle
|
||||||
Reference in New Issue
Block a user