ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAuctionHouse.py
@@ -196,6 +196,7 @@
        
        #扣物品
        if curPlayer and not familyID:
            EventShell.EventRespons_AddAuction(curPlayer)
            if ItemCommon.CheckItemIsEquip(curItem):
                EventShell.EventRespons_AddAuctionEquip(curPlayer, curItem.GetItemColor())
            sellCount = itemInfo[1] if len(itemInfo) == 2 else 0