fix(DB/creature_template): Add mechanic_immune_mask for Hyjal bosses (#4029)
This commit is contained in:
parent
2ebcd6b8c1
commit
10a84f7108
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1608646240603030900');
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|33554432 WHERE `entry` IN (17767,17808,17842,17888,17968);
|
||||
Loading…
Add table
Add a link
Reference in a new issue