ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -251,7 +251,8 @@ #上线检查一次装备属性 ItemControler.PlayerItemControler(curPlayer).CheckRolePackEquipAttr() #上线检查加点属性点 PlayerControl.FixOldAddPoint(curPlayer) #通知玩家物品信息 __Sync_PackDetel(curPlayer) @@ -1302,6 +1303,8 @@ #如果玩家上线后死亡,回程复活 isLogin = curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_LoadMapIsLogin) rebornType = ChConfig.rebornType_City if isLogin else ChConfig.rebornType_System if GameWorld.IsCrossServer(): rebornType = ChConfig.rebornType_System PlayerRebornByType(curPlayer, rebornType, tick) elif curMap.CanMove(posX, posY) != True: