热更,队伍处理
parent
21e7993726
commit
af542a318c
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"version":"10",
|
||||
"tables":"MonsterConfig|SoldierStageConfig|GlobalSystemConfig"
|
||||
"version":"5",
|
||||
"tables":""
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version":"10",
|
||||
"version":"11",
|
||||
"classes": [
|
||||
{"name":"OpenServerCompeteRankActivity.class","fullName":"com.ljsd.jieling.logic.activity.OpenServerCompeteRankActivity"}
|
||||
{"name":"GetPlayerInfoHandler.class","fullName":"com.ljsd.jieling.handler.GetPlayerInfoHandler"}
|
||||
]
|
||||
}
|
|
@ -136,6 +136,14 @@ public class GetPlayerInfoHandler extends BaseHandler{
|
|||
FourChallengeLogic.getInstance().firstGetTimes(user);// 四灵试炼初始化
|
||||
StoreLogic.getInstance().reloadStoreInfo(user,7);//重载功能商店
|
||||
ExplorerMapLogic.getInstance().calOfflineReward(user);//挂机探索
|
||||
|
||||
// 特殊处理,删除1601队伍
|
||||
Map<Integer, List<TeamPosHeroInfo>> teamPosForHero = user.getTeamPosManager().getTeamPosForHero();
|
||||
if (teamPosForHero.containsKey(1601)){
|
||||
teamPosForHero.remove(1601);
|
||||
user.getTeamPosManager().setTeamPosForHero(teamPosForHero);
|
||||
}
|
||||
|
||||
// monthCardRefresh(user);//月卡特殊处理
|
||||
// faBaoJuLingHandler(user);//法宝修改
|
||||
//森罗幻境自动挂机返回掉落展示清除
|
||||
|
|
Loading…
Reference in New Issue