Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb
This commit is contained in:
commit
3ddb6bb72d
@ -577,7 +577,7 @@ class UserController extends BaseAuthedController {
|
||||
}
|
||||
$userInfo = User::Info($userDb);
|
||||
{
|
||||
$userInfo['total_lucky'] = Hero::getAccountLucky($userInfo['address']);
|
||||
$userInfo['total_lucky'] = Hero::getAccountLuckyTemp();
|
||||
$userInfo['admission_item_num'] = myself()->_getItemCount(900006, $userInfo);
|
||||
}
|
||||
$heroDb = Hero::findByAccountId(myself()->_getAccountId(), $heroUniId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user