diff --git a/js/index.js b/js/index.js index 74840dd..528038e 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 (selectedBuild === 'wow_beta') { + if (cacheData.startsWith('11.')) { statMultiplier = 3296462.5; } count = 0;