fix(DB/Creature): Port Ethereal Spellfilcher immunities/detection fro… (#17801)

fix(DB/Creature): Port Ethereal Spellfilcher immunities/detection from Mangos
This commit is contained in:
avarishd
2023-11-19 22:29:10 +02:00
committed by GitHub
parent a286bc55bd
commit 4724489001

View File

@@ -0,0 +1,2 @@
-- Ethereal Spellfilcher
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|32768, `mechanic_immune_mask` = `mechanic_immune_mask`|579026775, `detection_range` = 24 WHERE `entry` = 16545;