fix(DB/creature) Remove bleed immunity from Twilight Elementalist (#13749)
* Create bleed.sql * Update bleed.sql * Update bleed.sql
This commit is contained in:
parent
30e92d4831
commit
1e07cab3ee
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/bleed.sql
Normal file
2
data/sql/updates/pending_db_world/bleed.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Remove bleed immunity from Twilight Elementalist
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~18432 WHERE `entry` = 4814;
|
||||
Loading…
Add table
Add a link
Reference in a new issue