mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user