mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-16 05:07:58 +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:
@@ -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