From ec54527292903c5fcab2fa5a091acac49e3de6d9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 18 Oct 2024 17:37:54 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 74a17d63..08c09503 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -520,6 +520,7 @@ class UserController extends BaseAuthedController { 'item_type' => $itemMeta['type'], 'item_sub_type' => $itemMeta['sub_type'], 'has_lucky_symbol' => $hasLuckySymbol, + 'total_lucky' => Hero::getAccountLuckyTemp(), )); } else { myself()->_rspErr(1, 'item_id not found');