1
This commit is contained in:
parent
6c35b49c88
commit
7e9d891078
@ -779,6 +779,7 @@ class BattleController extends BaseAuthedController {
|
||||
$info['skill_id'] = $userPresetInfo['presetInfo']['skill_id'];
|
||||
$info['weapon_uuid1'] = $userPresetInfo['presetInfo']['weapon_uid1'];
|
||||
$info['weapon_uuid2'] = $userPresetInfo['presetInfo']['weapon_uid2'];
|
||||
$info['total_lucky'] = Hero::getAccountLuckyTemp();
|
||||
$chipPageDb = ChipPage::find($userPresetInfo['hero_uniId']);
|
||||
$info['honor_info'] = $userPresetInfo['honor_info'];
|
||||
$battleDb = Battle::find($accountId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user