diff --git a/README.md b/README.md index d4d2404..04c7f0f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ### Battle Royale: - CloudStorage and ClientSettings (Settings saving) -- Winterfest presents opening (11.31 & 19.01) +- Winterfest presents opening (11.31, 19.01 & 23.10) - Purchasing Item Shop items - Refunding cosmetics in the refund tab - Favoriting items diff --git a/structure/functions.js b/structure/functions.js index 4f1620a..763cefd 100644 --- a/structure/functions.js +++ b/structure/functions.js @@ -275,6 +275,10 @@ function getContentPages(req) { if (memory.season == 23) { contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-lobby-2048x1024-2048x1024-26f2c1b27f63.png" + if (memory.build == 23.10) { + contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-winterfest-lobby-square-2048x2048-2048x2048-277a476e5ca6.png" + contentpages.specialoffervideo.bSpecialOfferEnabled = "true"; + } } } catch (err) {}