fix(DB/creature_template): Nerubian Burrower's immunity (#3513)
This commit is contained in:
parent
c89daca32c
commit
9dbfd3bcba
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1601277180341917800');
|
||||
|
||||
/*
|
||||
* Update by Silker | <www.azerothcore.org> | Copyright (C)
|
||||
*/
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|2|64|4096|8192|131072|524288 WHERE `entry` IN
|
||||
(34607, 34648, 35655, 35656);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue