热更,队伍处理

master_zzxx
grimm 2024-06-09 10:35:24 +08:00
parent 21e7993726
commit af542a318c
3 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{
"version":"10",
"tables":"MonsterConfig|SoldierStageConfig|GlobalSystemConfig"
"version":"5",
"tables":""
}

View File

@ -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"}
]
}

View File

@ -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);//法宝修改
//森罗幻境自动挂机返回掉落展示清除