diff --git a/LogicServer/data/functions/NpcEvent/NpcTeleport.txt b/LogicServer/data/functions/NpcEvent/NpcTeleport.txt index d222109..d31e0c6 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 and Actor.checkActorLevel(actor, 0, config.zsLevel) + local zs = config.zsLevel and Actor.checkActorLevel(actor,config.zsLevel, 0) --local tips = string.format(Lang.TisMsg.xxx, config.nLevel) --Actor.sendTipmsg(actor, "等级不足!", ttFlyTip) if editionConf.suit == System.getServerId() and config.suit then