diff --git a/js/index.js b/js/index.js index 528038e..31ddc16 100644 --- a/js/index.js +++ b/js/index.js @@ -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;