Finish missing behaviour in live endpoints

This commit is contained in:
Ethan O'Brien
2026-07-03 19:31:54 -05:00
parent 128f53998b
commit c71b935b94
2 changed files with 93 additions and 24 deletions

View File

@@ -55,6 +55,8 @@ lazy_static! {
pub static ref LIVE_LIST: JsonValue = index_by(&t("live"), "id");
pub static ref CLEAR_REWARD: JsonValue = t("live_clear_reward");
pub static ref LIVES: JsonValue = t("live");
pub static ref MISSION_DATA: JsonValue = t("live_mission");