fix(DB/creature) Remove bleed immunity from Twilight Elementalist (#13749)

* Create bleed.sql

* Update bleed.sql

* Update bleed.sql
This commit is contained in:
BeefSteak 2022-11-12 12:18:27 +00:00 committed by GitHub
parent 30e92d4831
commit 1e07cab3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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;