From 86bcb808e2174be8f6629ec9342e827109302aa2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 二月 2019 15:08:38 +0800
Subject: [PATCH] 6250 【后端】【2.0】拍卖行开发单(封包)
---
ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionRecordInfo.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionRecordInfo.h b/ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionRecordInfo.h
index c4e3c01..867d316 100644
--- a/ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionRecordInfo.h
+++ b/ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionRecordInfo.h
@@ -17,5 +17,5 @@
{
tagHead Head;
BYTE Count;
- tagGCPlayerAuctionRecordInfo AuctionRecordList[Count];
+ tagGCPlayerAuctionRecord AuctionRecordList[Count];
};
--
Gitblit v1.8.0