ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.py
@@ -8543,7 +8543,7 @@ ("EquipPlace", c_ubyte), #当前要升星的装备位 ("CurStar", c_ubyte), #当前星级 ("CurRate", c_ubyte), #当前自动购买后的总概率,不满100则代表拍品库存不足 ("AutoBuyCostMoney", c_ushort), #自动购买所需总消耗 ("AutoBuyCostMoney", c_int), #自动购买所需总消耗 ] def __init__(self): @@ -24884,7 +24884,7 @@ _pack_ = 1 _fields_ = [ ("ItemID", c_int), ("ItemCount", c_ushort), ("ItemCount", c_int), ("IsBind", c_ubyte), ]