fix(DB\Creature): Flamewaker bleed immunity removal (#10117)
This commit is contained in:
parent
7f1908e809
commit
63a6253101
1 changed files with 4 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue