fix(DB/creature_template): Nerubian Burrower's immunity (#3513)

This commit is contained in:
Silker
2020-10-28 09:09:31 -06:00
committed by GitHub
parent c89daca32c
commit 9dbfd3bcba

View File

@@ -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);