ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py
@@ -113,7 +113,7 @@ for equipIndex in equipIndexList: dogzItemPack = curPlayer.GetItemManager().GetPack(ShareDefine.rptDogzItem) curEquip = dogzItemPack.GetAt(equipIndex) if not ItemCommon.CheckItemCanUse(curEquip) or ItemControler.GetIsAuctionItem(curEquip): if not ItemCommon.CheckItemCanUse(curEquip): GameWorld.DebugLog("物品为空或不可用: equipIndex=%s" % equipIndex, playerID) continue if not ItemCommon.GetIsDogzEquip(curEquip):