mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(DB/creature) Remove bleed immunity from Twilight Elementalist (#13749)
* Create bleed.sql * Update bleed.sql * Update bleed.sql
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user