I guess be more explicit here

This commit is contained in:
Sainan 2024-12-22 01:51:54 +01:00
parent 71dfa789df
commit 307fba9635

View File

@ -102,7 +102,7 @@ function setLanguage(lang) {
function fetchItemList() { function fetchItemList() {
window.itemListPromise = new Promise(resolve => { window.itemListPromise = new Promise(resolve => {
const req = $.get("/custom/getItemLists?lang=" + lang); const req = $.get("/custom/getItemLists?lang=" + window.lang);
req.done(data => { req.done(data => {
window.archonCrystalUpgrades = data.archonCrystalUpgrades; window.archonCrystalUpgrades = data.archonCrystalUpgrades;