From 64becb1b9ddcb7cf7ed297b4b3a8bf014e2d159d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 May 2020 15:34:49 -0300 Subject: [skip ci] ops. --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 7bd0b9dbe..5e7be2094 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -935,7 +935,7 @@ function script LocToMap { setarray .@locs$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia"; .@lx=array_find(.@locs$, .@v$); if (.@lx < 0) - return Exception("Invalid map passed to MapToLoc: "+.@v$, .@err); + return Exception("Invalid location passed to LocToMap: "+.@v$, .@err); return .@locs$[.@lx]; } -- cgit v1.2.3-60-g2f50