ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.py
@@ -291,6 +291,8 @@
def ResetShopItemBuyCountByShopType(curPlayer, shopTypeList):
    ##根据商店类型重置商店限购物品次数
    if not shopTypeList:
        return
    syncIndexList = []
    ipyDataMgr = IpyGameDataPY.IPY_Data()
    for i in xrange(ipyDataMgr.GetStoreCount()):