chore: mention that worldState.eidolonOverride also affects Grineer Forest tile #2389

Closed
Animan8000 wants to merge 4 commits from (deleted):animan8000-patch-2 into main
Showing only changes of commit a4f3b94e9b - Show all commits

View File

@ -64,7 +64,9 @@ export const focusController: RequestHandler = async (req, res) => {
}
);
res.end();
res.json({
FocusUpgrade: { ItemType: focusType }
});
break;
}
case FocusOperation.UnlockUpgrade: {