Skip to content

Commit

Permalink
Update CreatureSpellDamage
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT committed Sep 17, 2024
1 parent 75547f5 commit ff42622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ const load = () => {
// ExpectedStat.CreatureSpellDamage - wow (70) / wow_beta (80)
let statMultiplier = 204796.953125;
if (cacheData['build'].startsWith('11.')) {
statMultiplier = 3296462.5;
statMultiplier = 3485327;
}
count = 0;
Object.keys(store.Overview).concat(Object.keys(store.Abilities))
Expand Down

0 comments on commit ff42622

Please sign in to comment.