diff options
-rw-r--r-- | npc/commands/warp.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |