fix(DB): remove immunity to bleed effects on Boss (#9711)
Creatures affected: - Ragnaros - Baron Geddon - Garr
This commit is contained in:
parent
a2fa1666d0
commit
3402806c50
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639521847268743300');
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`= `mechanic_immune_mask`&~ 16384 WHERE (`entry` IN (11502, 12057, 12056));
|
||||
Loading…
Add table
Add a link
Reference in a new issue