Implement star event change_target_music

This commit is contained in:
Ethan O'Brien
2024-07-17 11:27:39 -05:00
parent 1bdf0d5811
commit 4334c8dc22
3 changed files with 62 additions and 30 deletions

View File

@ -14650,4 +14650,4 @@
"campaignFlag": 0,
"masterReleaseLabelId": 223111507
}
]
]

View File

@ -82,6 +82,9 @@ lazy_static! {
}
info
};
pub static ref LIVES: JsonValue = {
json::parse(&include_file!("src/router/databases/json/live.json")).unwrap()
};
pub static ref MISSION_DATA: JsonValue = {
json::parse(&include_file!("src/router/databases/json/live_mission.json")).unwrap()
};