Implement star event change_target_music
This commit is contained in:
@ -14650,4 +14650,4 @@
|
||||
"campaignFlag": 0,
|
||||
"masterReleaseLabelId": 223111507
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@ -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()
|
||||
};
|
||||
|
Reference in New Issue
Block a user