ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/TurnFight.py
@@ -67,7 +67,8 @@ clientData.TagID = tagPlayerID index = curPlayer.GetIndex() tick = GameWorld.GetGameWorld().GetTick() TurnAttack.OnTurnFight(index, clientData, tick) if not TurnAttack.OnTurnFight(index, clientData, tick): GameWorld.DebugAnswer(curPlayer, "请求失败,详见服务器日志!") return def __doSetAttr(curPlayer, msgList):