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:
parent
4ab4e9edb0
commit
9820fd9a9d
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Reference in a new issue