fixed the big client packet issue hopefully (yes i only tested once)

This commit is contained in:
rfi
2023-12-11 20:13:37 +07:00
parent 259c744f23
commit 80c5e1cc95
2 changed files with 18 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
using AscNet.Common.Database;
using AscNet.Common.MsgPack;
using static AscNet.Common.MsgPack.NotifyCharacterDataList;
using AscNet.Common.Util;
using AscNet.Common;
using AscNet.Table.V2.share.fuben;
@@ -8,7 +9,6 @@ using AscNet.Table.V2.share.reward;
using MessagePack;
using AscNet.GameServer.Handlers.Drops;
using AscNet.Table.V2.share.robot;
using static AscNet.Common.MsgPack.NotifyCharacterDataList;
using AscNet.Table.V2.share.character.skill;
namespace AscNet.GameServer.Handlers