Skip to content

Commit

Permalink
Fix the fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT committed Sep 17, 2024
1 parent 016d36f commit 75547f5
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 @@ -675,7 +675,7 @@ const load = () => {
});
// ExpectedStat.CreatureSpellDamage - wow (70) / wow_beta (80)
let statMultiplier = 204796.953125;
if (cacheData.startsWith('11.')) {
if (cacheData['build'].startsWith('11.')) {
statMultiplier = 3296462.5;
}
count = 0;
Expand Down

0 comments on commit 75547f5

Please sign in to comment.