Block a user
fix(webui): remove 'step' from number inputs
chore: update nightwave to vol. 8
fix(webui): remove 'step' from number inputs
Eidolon hunts do not reward random arcane
Saya's Vigil gives incorrect Scanner Item
The purchaseQuantity of this StoreItem is 25. The quests could would just need to reuse the logic we already have for StoreItem acquisition.
chore: update nightwave to vol. 8
Can't buy Aumen Kaithe Collection in the Market
Looks like a data issue as there's no information regarding /Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery
Arbi rewards
Yeah. Seems the relevant part is "periodicMissionTag":"EliteAlertB"
in the RewardInfo
. Thanks.
Arbi rewards
Well, the missionInventoryUpdate request body doesn't gets logged anymore by default, so you'd have to put console.log(String(req.body));
near the top of the missionInventoryUpdateController
…