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