stage difficulty issue fix

This commit is contained in:
rfi
2023-12-09 21:01:06 +07:00
parent 812c566f39
commit 0fe5f84309
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,6 @@
using AscNet.GameServer.Handlers;
using AscNet.GameServer.Commands;
using AscNet.Logging;
using AscNet.Common.Util;
using AscNet.Table.V2.share.reward;
using Newtonsoft.Json;
namespace AscNet
@@ -19,7 +17,6 @@ namespace AscNet
#if DEBUG
if (Common.Common.config.VerboseLevel < Common.VerboseLevel.Debug)
Common.Common.config.VerboseLevel = Common.VerboseLevel.Debug;
// LoggerFactory.Logger.Debug(JsonConvert.SerializeObject(TableReaderV2.Parse<RewardTable>().Where(x => x.Id == null).SelectMany(x => x.SubIds)));
#endif
PacketFactory.LoadPacketHandlers();