item list

This commit is contained in:
ntr
2018-12-21 19:21:09 +11:00
parent 114a6d505c
commit b9e74f1d0d
3 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -799,7 +799,7 @@ pub fn game_pve(params: GamePveParams, tx: &mut Transaction, account: &Account)
.set_team_size(cryps.len());
// create the mob team
let mut mob_team = generate_mob_team(params.mode, &cryps);
let mob_team = generate_mob_team(params.mode, &cryps);
// add the players
let mut plr_team = Team::new(account.id);