hch
2019-05-25 d3115b04ecd4b349327482b3a0be41fae1673cae
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -7294,10 +7294,10 @@
    visible = GameWorld.ToIntDef(curActionNode.GetAttribute("id"), 0)
    if visible:
        curPlayer.SetVisible(True)
        curPlayer.SetSight(ChConfig.Def_PlayerSight_Default)
        curPlayer.SetSightLevel(0)
    else:
        curPlayer.SetVisible(False)
        curPlayer.SetSight(0)
        curPlayer.SetSightLevel(curPlayer.GetID())
    return