mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-08 16:37:20 +08:00
Fix improperly set favorite_card_evolve
This commit is contained in:
@@ -330,7 +330,7 @@ pub fn give_exp(amount: i32, user: &mut JsonValue) {
|
||||
}
|
||||
}
|
||||
|
||||
fn get_card(id: i64, user: &JsonValue) -> JsonValue {
|
||||
pub fn get_card(id: i64, user: &JsonValue) -> JsonValue {
|
||||
if id == 0 {
|
||||
return object!{};
|
||||
}
|
||||
|
Reference in New Issue
Block a user