fix(DB/Creature): Auriaya's Feral Defender overtuned melee damage (#26761)

This commit is contained in:
Andrew
2026-07-23 21:34:18 -03:00
committed by GitHub
parent a8c3736879
commit 86ca0e875c

View File

@@ -0,0 +1,4 @@
-- Feral Defender melee was calibrated for physical school mitigated by armor,
-- but it deals shadow damage and Feral Essence multiplies it by up to 5.
UPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry` = 34035;
UPDATE `creature_template` SET `DamageModifier` = 5.2 WHERE `entry` = 34171;