Skip to content

Commit

Permalink
Fix Compact Harvest Reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengPeiRu21 committed Jul 31, 2023
1 parent 9dbf918 commit 1507add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/world/base/vanilla_creature_values.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4886,7 +4886,8 @@ UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier
UPDATE `creature_template` SET `speed_run` = 0.571429 WHERE `entry`=2675;

/* Compact Harvest Reaper */
UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `DamageModifier` = 1.05 WHERE `entry`=2676;
/* Currently scaling incorrectly due to an AzerothCore bug - see https://github.com/azerothcore/azerothcore-wotlk/issues/8945 */
UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `DamageModifier` = 1.05 WHERE `entry`=2676;

/* Mechanical Dragonling */
UPDATE `creature_template` SET `DamageModifier` = 0.2, `HealthModifier` = 1e-06, `mingold` = 2, `maxgold` = 10 WHERE `entry`=2678;
Expand Down

0 comments on commit 1507add

Please sign in to comment.