少年修仙传服务端代码子仓库
ServerPack/GameServerPack/HC0_CrossRealm/LuckyCloudBuyLotteryRecInfo.h
@@ -13,7 +13,9 @@
struct   tagGCLuckyCloudBuyLotteryRecInfo
{
   tagHead      Head;
   BYTE      ZoneID;      // 分区
   BYTE      ZoneCount;   // 分区数
   BYTE      ZoneIDList[ZoneCount];   // 所有分区ID列表
   BYTE      ZoneID;      // 返回记录分区ID
   WORD      Count;
   tagGCLuckyCloudBuyLotteryRec      LotteryRecList[Count];
};