gm返利补充2
parent
6c1d201f87
commit
118cc3341a
|
|
@ -161,6 +161,8 @@ public class GetPlayerInfoHandler extends BaseHandler{
|
|||
}
|
||||
}
|
||||
|
||||
// 返利
|
||||
GmActivityLogic.zeroUpdateGmActivity(user);
|
||||
// 临时代码,处理活动bug, 只有在1月24号当天开服得玩家需要优化
|
||||
xunbaoActivityHandler(user);
|
||||
//临时处理返利活动
|
||||
|
|
@ -207,9 +209,6 @@ public class GetPlayerInfoHandler extends BaseHandler{
|
|||
godTreeLvHandle(user);// 建木神树等级处理
|
||||
luckDialHandle(user);// 幸运转盘次数处理
|
||||
|
||||
// 返利
|
||||
GmActivityLogic.zeroUpdateGmActivity(user);
|
||||
|
||||
// 四灵试炼初始化
|
||||
FourChallengeLogic.getInstance().firstGetTimes(user);
|
||||
List<CommonProto.SixiangxinfaInfo> sixiangxinfaInfos = getSixiangxinfaInfos(heroManager);
|
||||
|
|
|
|||
Loading…
Reference in New Issue