mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-05 14:27:58 +00:00
fix(DB/Creature): Auriaya's Feral Defender overtuned melee damage (#26761)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user