From ec6f2c6c3a3f76729d51771e8805973abcb7afd9 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Fri, 1 Sep 2023 18:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E6=9B=B4=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/c_database_version.json | 4 ++-- conf/hotfix.json | 6 +----- .../handler/monsterAttack/QuickStartMonsterFighter.java | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/conf/c_database_version.json b/conf/c_database_version.json index daa633b91..2b4b31e47 100644 --- a/conf/c_database_version.json +++ b/conf/c_database_version.json @@ -1,4 +1,4 @@ { - "version":"7", - "tables":"LotterySetting|RewardGroup|StoreConfig|HeroConfig" + "version":"5", + "tables":"" } \ No newline at end of file diff --git a/conf/hotfix.json b/conf/hotfix.json index bee2706e6..2e5c7ac7a 100644 --- a/conf/hotfix.json +++ b/conf/hotfix.json @@ -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"} ] } \ No newline at end of file diff --git a/serverlogic/src/main/java/com/ljsd/jieling/handler/monsterAttack/QuickStartMonsterFighter.java b/serverlogic/src/main/java/com/ljsd/jieling/handler/monsterAttack/QuickStartMonsterFighter.java index 1d34aa03e..a38cda73b 100644 --- a/serverlogic/src/main/java/com/ljsd/jieling/handler/monsterAttack/QuickStartMonsterFighter.java +++ b/serverlogic/src/main/java/com/ljsd/jieling/handler/monsterAttack/QuickStartMonsterFighter.java @@ -57,7 +57,7 @@ public class QuickStartMonsterFighter extends BaseHandler{} 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);