From 1a385548e48a3d8460a5e7fb0a7159b3080b37e8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 22 Dec 2022 14:11:26 -0300 Subject: Fix anchors --- npc/commands/warp.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 4f98ac533..695444d9c 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -54,7 +54,7 @@ OnCall: ++.@e; } - if (getmapflag(.@map$, mf_nowarpto) && !(is_admin() || $@GM_OVERRIDE)) { + if (getmapflag(.@map$, mf_nowarpto) && !(is_master() || $@GM_OVERRIDE)) { dispbottom("This map is restricted and cannot be warped to."); close; } @@ -83,6 +83,8 @@ OnInit: "^FORT", "025-1 100 83", // Fortress Town "^MAGI|^ACADEMY", "027-1 89 83", // Magic Academy "^ART", "029-0 203 85", // Artis + "^AETH", "031-1 58 64", // Aethyra + "^PAST", "032-1 65 232", // Past Tonori // TBR - To Be Removed "^BOSS", "boss 45 45", // (TBR) Monster King's Throne Room -- cgit v1.2.3-60-g2f50