少年修仙传服务端代码子仓库
hxp
2020-11-13 540955d2e4ba1a2f1bab1c7344c7a09463d368b4
1111 【BT】【长尾】【主干】拍卖行相关封包竞价价格改DWORD
6个文件已修改
12 ■■■■ 已修改文件
ClientPack/ClientToMapServer/CB5_Bourse/BiddingAuctionItem.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB5_Bourse/AttentionAuctionItemInfo.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB5_Bourse/AuctionItemInfo.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB5_Bourse/BiddingItemInfo.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionItemInfo.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CB5_Bourse/BiddingAuctionItem.h
@@ -4,5 +4,5 @@
{
    tagHead    Head;
    char    ItemGUID[40];
    WORD    BiddingPrice;    //竞价价格
    DWORD    BiddingPrice;    //竞价价格
};
ServerPack/GameServerPack/HB5_Bourse/AttentionAuctionItemInfo.h
@@ -7,7 +7,7 @@
    DWORD        ItemID;
    WORD        ItemCount;
    char        AddTime[19];    //上架时间 yyyy-MM-dd hh:mm:ss
    WORD        BidderPrice;    //竞拍玩家出价
    DWORD        BidderPrice;    //竞拍玩家出价
    char        BiddingTime[19];    //竞价时间 yyyy-MM-dd hh:mm:ss
    WORD        UserDataLen;
    char        UserData[UserDataLen];        //自定义数据
ServerPack/GameServerPack/HB5_Bourse/AuctionItemInfo.h
@@ -7,7 +7,7 @@
    DWORD        ItemID;
    WORD        ItemCount;
    char        AddTime[19];    //上架时间 yyyy-MM-dd hh:mm:ss
    WORD        BidderPrice;    //竞拍玩家出价
    DWORD        BidderPrice;    //竞拍玩家出价
    char        BiddingTime[19];    //竞价时间 yyyy-MM-dd hh:mm:ss
    WORD        UserDataLen;
    char        UserData[UserDataLen];        //自定义数据
ServerPack/GameServerPack/HB5_Bourse/BiddingItemInfo.h
@@ -8,7 +8,7 @@
    WORD        ItemCount;
    char        AddTime[19];    //上架时间 yyyy-MM-dd hh:mm:ss
    DWORD        BidderID;        //竞拍玩家ID,也就是当前最高竞价玩家ID
    WORD        BidderPrice;    //竞拍玩家出价
    DWORD        BidderPrice;    //竞拍玩家出价
    char        BiddingTime[19];    //竞价时间 yyyy-MM-dd hh:mm:ss
    WORD        UserDataLen;
    char        UserData[UserDataLen];        //自定义数据
ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h
@@ -7,7 +7,7 @@
    DWORD        ItemID;
    WORD        ItemCount;
    char        AddTime[19];    //上架时间 yyyy-MM-dd hh:mm:ss
    WORD        BidderPrice;    //竞拍玩家出价
    DWORD        BidderPrice;    //竞拍玩家出价
    char        BiddingTime[19];    //竞价时间 yyyy-MM-dd hh:mm:ss
    WORD        UserDataLen;
    char        UserData[UserDataLen];        //自定义数据
ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionItemInfo.h
@@ -7,7 +7,7 @@
    DWORD        ItemID;
    WORD        ItemCount;
    char        AddTime[19];    //上架时间 yyyy-MM-dd hh:mm:ss
    WORD        BidderPrice;    //竞拍玩家出价
    DWORD        BidderPrice;    //竞拍玩家出价
    char        BiddingTime[19];    //竞价时间 yyyy-MM-dd hh:mm:ss
    WORD        UserDataLen;
    char        UserData[UserDataLen];        //自定义数据