fix(DB/mechanic_immune_mask): Bosses from Deadmines (#4977)
This commit is contained in:
parent
6a2b027037
commit
7bda2f105f
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue