This commit is contained in:
aozhiwei 2024-08-20 15:30:44 +08:00
parent 6c35b49c88
commit 7e9d891078

View File

@ -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);