Update 2 mobs with broken damage (#22149)

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
Christian M
2025-05-23 12:20:01 -04:00
committed by GitHub
parent cd26c20028
commit a1bbb1d5f6

View File

@@ -0,0 +1,6 @@
--
-- Reduce Aku'Mai Servant damage. Auto attack = 36-45 w 1.5k armor
UPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry` = 4978 AND `type` = 4;
-- Reduce Deviate Moccasin damage. Auto attack = 39-44 w 1.1k armor
UPDATE `creature_template` SET `DamageModifier` = 1.8 WHERE `entry` = 5762 AND `family` = 35;