ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
@@ -16951,6 +16951,7 @@ ("Cmd", c_ubyte), ("SubCmd", c_ubyte), ("ItemIndex", c_ubyte), #物品在背包中索引 ("SellCount", c_ushort), #上架个数,0代表全部上架 ] def __init__(self): @@ -16968,6 +16969,7 @@ self.Cmd = 0xB5 self.SubCmd = 0x13 self.ItemIndex = 0 self.SellCount = 0 return def GetLength(self): @@ -16980,12 +16982,14 @@ DumpString = '''// B5 13 拍卖行上架拍品 //tagCMSellAuctionItem: Cmd:%s, SubCmd:%s, ItemIndex:%d ItemIndex:%d, SellCount:%d '''\ %( self.Cmd, self.SubCmd, self.ItemIndex self.ItemIndex, self.SellCount ) return DumpString