fix(api): correct world, cap level

This commit is contained in:
Sabe Jones
2021-03-10 15:36:17 -06:00
parent e3757994b9
commit 96492e5a0e
4 changed files with 12 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ api.getWorldState = {
const worldState = {};
worldState.worldBoss = await getWorldBoss();
worldState.npcImageSuffix = 'spring';
worldState.npcImageSuffix = '';
worldState.currentEvent = getCurrentEvent();