ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHero.py
@@ -1415,7 +1415,7 @@ for syncItem in syncItemDict.values(): syncItem.Sync_Item() lineup = PlayerOnline.GetOnlinePlayer(curPlayer).GetLineup(lineupID) lineup = PlayerOnline.GetOnlinePlayer(curPlayer).GetLineup(lineupID, False) lineup.UpdLineup(heroItemDict, shapeType) return @@ -1522,7 +1522,7 @@ lineupList = [] olPlayer = PlayerOnline.GetOnlinePlayer(curPlayer) for lineupID in syncIDList: lineup = olPlayer.GetLineup(lineupID) lineup = olPlayer.GetLineup(lineupID, False) if not lineup: continue