mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 19:24:36 +01:00
stage reward for item type
This commit is contained in:
@@ -3,6 +3,7 @@ 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
|
||||
@@ -18,6 +19,7 @@ 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();
|
||||
|
||||
Reference in New Issue
Block a user