diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index 1aec2f20..bff26aa5 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -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);