From 016d36f8f593b5691f5042daeb3f3cf8db2d0f0b Mon Sep 17 00:00:00 2001 From: QartemisT Date: Tue, 17 Sep 2024 18:13:35 +0100 Subject: [PATCH] Spell scaling fixes --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;