mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB\Creature): Flamewaker bleed immunity removal (#10117)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641843150724825400');
|
||||
|
||||
SET @FLAMEWAKER_PROTECTOR = 12119;
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`= `mechanic_immune_mask`&~ 16384 WHERE (`entry` IN (@FLAMEWAKER_PROTECTOR));
|
||||
Reference in New Issue
Block a user