mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(api): correct world, cap level
This commit is contained in:
@@ -29,7 +29,7 @@ api.getWorldState = {
|
||||
const worldState = {};
|
||||
|
||||
worldState.worldBoss = await getWorldBoss();
|
||||
worldState.npcImageSuffix = 'spring';
|
||||
worldState.npcImageSuffix = '';
|
||||
|
||||
worldState.currentEvent = getCurrentEvent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user