fix(DB/creature_template): Befouled Water Elemental (#7777)

This commit is contained in:
IntelligentQuantum
2021-09-13 18:35:41 +04:30
committed by GitHub
parent 26aee27f60
commit 411b0a7c56

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631088531210049294');
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~(33554432) WHERE `entry` = 3917;