1
This commit is contained in:
parent
62dcaf3af4
commit
ec54527292
@ -520,6 +520,7 @@ class UserController extends BaseAuthedController {
|
|||||||
'item_type' => $itemMeta['type'],
|
'item_type' => $itemMeta['type'],
|
||||||
'item_sub_type' => $itemMeta['sub_type'],
|
'item_sub_type' => $itemMeta['sub_type'],
|
||||||
'has_lucky_symbol' => $hasLuckySymbol,
|
'has_lucky_symbol' => $hasLuckySymbol,
|
||||||
|
'total_lucky' => Hero::getAccountLuckyTemp(),
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
myself()->_rspErr(1, 'item_id not found');
|
myself()->_rspErr(1, 'item_id not found');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user