Bug【ID1007757】【礼包】每日礼包不刷新 商店刷新时机不对

zhangshanxue 2020-06-07 16:02:46 +08:00
parent 118b2156f2
commit 03b5acec1d
2 changed files with 2 additions and 2 deletions

View File

@ -63,13 +63,13 @@ public class GetPlayerInfoHandler extends BaseHandler{
userId, token,msgId,msgIndex,getPlayerInfoRequest.getNum(),getPlayerInfoRequest.getStr());
User user = UserManager.getUser(userId);
BuyGoodsLogic.initOwernBagInfo(user);
PlayerLogic.getInstance().sendDayilyMail(user,-1);
QuestionLogic.getInstence().onLogin(user);
PlayerManager playerInfoManager = user.getPlayerInfoManager();
ActivityLogic.getInstance().flushForLogin(user,iSession);
GlobalDataManaager.checkNeedReFlush(iSession,user,null);
BuyGoodsLogic.initOwernBagInfo(user);
Poster.getPoster().dispatchEvent(new UserOnlineEvent(userId));
user.getUserMissionManager().onGameEvent(user, GameEvent.LOGIN_GAME,0);
playerInfoManager.setLoginTime(TimeUtils.now());

View File

@ -61,7 +61,7 @@ public interface ActivityType {
int LEVEL_EXPERT = 52; //进阶达人
int BUY_GOLD = 53; //购买金币 点石成金
int COPY_PASS = 54; // 开服福利 副本限时通过奖励
int COPY_PASS = 55; // 开服福利 副本限时通过奖励
}