fix(DB/Creature): Algalon the Observer melee damage too low (#26675)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-18 18:24:47 -03:00
committed by GitHub
parent 4ab4e9edb0
commit 9820fd9a9d

View File

@@ -0,0 +1,4 @@
-- Algalon the Observer: melee damage retuned to match Wrath Classic log data
-- and original-era on-plate values (~27k MH / ~15k OH per second on 25-man)
UPDATE `creature_template` SET `DamageModifier` = 190 WHERE `entry` = 32871;
UPDATE `creature_template` SET `DamageModifier` = 285 WHERE `entry` = 33070;