Skip to content

Commit

Permalink
Fix Night Elf Ambusher damage
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengPeiRu21 committed Dec 18, 2023
1 parent 3dbc2e0 commit 9f09f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/world/base/tbc_creatures.sql
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=16221;
UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=16231;

/* Night Elf Ambusher */
UPDATE `creature_template` SET `speed_run` = 1.38571, `DamageModifier` = 5.0 WHERE `entry`=16238;
UPDATE `creature_template` SET `speed_run` = 1.38571 WHERE `entry`=16238;

/* Magister Kaendris */
UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=16239;
Expand Down

0 comments on commit 9f09f01

Please sign in to comment.