mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(DB/Creatures): Removed interrupt mechanic immune mask for Befouled Water Elemental. (#7751)
Fixes #7110 Co-authored-by: Silker <61223313+Si1ker@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630941334412230500');
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`& ~(1 << 26) WHERE `entry`=3917;
|
||||
Reference in New Issue
Block a user