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