diff --git a/LogicServer/data/functions/NpcEvent/NpcTeleport.txt b/LogicServer/data/functions/NpcEvent/NpcTeleport.txt index 8cdca2d..d222109 100755 --- a/LogicServer/data/functions/NpcEvent/NpcTeleport.txt +++ b/LogicServer/data/functions/NpcEvent/NpcTeleport.txt @@ -123,7 +123,7 @@ if NetmsgDispatcher then end -- 检查转生 - local zs = config.zsLevel or Actor.checkActorLevel(actor, 0, config.zsLevel) + local zs = config.zsLevel and Actor.checkActorLevel(actor, 0, config.zsLevel) --local tips = string.format(Lang.TisMsg.xxx, config.nLevel) --Actor.sendTipmsg(actor, "等级不足!", ttFlyTip) if editionConf.suit == System.getServerId() and config.suit then