hxp
5 天以前 26958aff1b844a743a805b4f9075bee800b72a46
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):