Fixing PF score

Making pf max score from 47k back to 40k
This commit is contained in:
Keirakoro 2024-10-25 13:14:01 +07:00 committed by GitHub
parent e02ef8abbb
commit 221c7e7bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ async fn create_battle_info(caster_id: u32, skill_index: u32) -> SceneBattleInfo
1,
BattleTargetList {
battle_target_list: vec![BattleTarget {
id: 10001,
id: 10002,
progress: 0,
..Default::default()
}],