mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
Update 2 mobs with broken damage (#22149)
Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user