热更恢复

master_ob2
PC-202302260912\Administrator 2023-09-01 18:49:14 +08:00
parent 18037aae19
commit ec6f2c6c3a
3 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{
"version":"7",
"tables":"LotterySetting|RewardGroup|StoreConfig|HeroConfig"
"version":"5",
"tables":""
}

View File

@ -1,9 +1,5 @@
{
"version":"6",
"version":"5",
"classes":[
{"name":"GuildLogic.class","fullName":"com.ljsd.jieling.logic.family.GuildLogic"},
{"name":"GuilidManager.class","fullName":"com.ljsd.jieling.logic.dao.GuilidManager"},
{"name":"PlayerLogic.class","fullName":"com.ljsd.jieling.logic.player.PlayerLogic"},
{"name":"HeroLogic.class","fullName":"com.ljsd.jieling.logic.hero.HeroLogic"}
]
}

View File

@ -57,7 +57,7 @@ public class QuickStartMonsterFighter extends BaseHandler<FightInfoProto.QuickSt
int uid = iSession.getUid();
User user = UserManager.getUser(uid);
if(user.getMapManager().getLastMonsterAttack()!=fightId){
LOGGER.info("endFight() uid=>{} fightId=>{} oldfightId=>{} SLevelDifficultyConfig == null", uid, fightId, user.getMapManager().getLastMonsterAttack(),teamId);
LOGGER.info("endFight uid=>{} fightId=>{} oldfightId=>{} teamid=>{}", uid, fightId, user.getMapManager().getLastMonsterAttack(),teamId);
throw new ErrorCodeException(ErrorCode.newDefineCode("fightId 有误"));
}
SFloodConfig sFloodConfig = STableManager.getConfig(SFloodConfig.class).get(fightId);