diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/warp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index f62e606f3..dea307bd4 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -69,11 +69,11 @@ OnInit: // TMW2 "^TULIM", "003-1 41 48", // Tulishmar "^CANDOR", "005-1 28 92", // Candor - "^HURN", "008-1 79 64"; // hurnscald: town square + "^HURN", "008-1 79 64", // hurnscald: town square // GM Stuff "^AEROS|^GM", "001-1 235 26", // Floating Island of Aeros (GM Events) - "^JAIL|^PRISON", "sec_pri 28 25", // Jesusalva's Prison + "^JAIL|^PRISON", "sec_pri 28 25"; // Jesusalva's Prison (and last line) .count = getarraysize(.aliases$[0]); |