From 7e9d89107884870a5ce3cdb551a6740c4b1f77d9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 20 Aug 2024 15:30:44 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 1 + 1 file changed, 1 insertion(+) 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);