mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
v30.20+ Catalog Llama icons fix
This commit is contained in:
@@ -14,6 +14,9 @@ express.get("/fortnite/api/storefront/v2/catalog", async (req, res) => {
|
|||||||
if (memory.build >= 30.10) {
|
if (memory.build >= 30.10) {
|
||||||
catalog = JSON.parse(JSON.stringify(catalog).replace(/"Normal"/g, '"Size_1_x_2"'));
|
catalog = JSON.parse(JSON.stringify(catalog).replace(/"Normal"/g, '"Size_1_x_2"'));
|
||||||
}
|
}
|
||||||
|
if (memory.build >= 30.20) {
|
||||||
|
catalog = JSON.parse(JSON.stringify(catalog).replace(/Game\/Items\/CardPacks\//g, 'SaveTheWorld/Items/CardPacks/'));
|
||||||
|
}
|
||||||
|
|
||||||
res.json(catalog);
|
res.json(catalog);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user