summaryrefslogtreecommitdiff
path: root/npc/_anchors.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-25 15:01:58 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-25 15:01:58 -0300
commit3baf7c4f0d7c616bc545a29a12dcfd691e53cfc4 (patch)
tree6066a8869fae0aa1c2b3be87cff4349836168210 /npc/_anchors.txt
parentd634049de89821eacd03460eac1b8aeab4dbc1b8 (diff)
downloadserverdata-3baf7c4f0d7c616bc545a29a12dcfd691e53cfc4.tar.gz
serverdata-3baf7c4f0d7c616bc545a29a12dcfd691e53cfc4.tar.bz2
serverdata-3baf7c4f0d7c616bc545a29a12dcfd691e53cfc4.tar.xz
serverdata-3baf7c4f0d7c616bc545a29a12dcfd691e53cfc4.zip
Add map anchors to major towns so the @w issue gets sorted out.
Diffstat (limited to 'npc/_anchors.txt')
-rw-r--r--npc/_anchors.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/_anchors.txt b/npc/_anchors.txt
index 68e17a41..3663f167 100644
--- a/npc/_anchors.txt
+++ b/npc/_anchors.txt
@@ -4,4 +4,8 @@
OnInit:
.ht = htnew();
htput(.ht, "^FERMI|VOTE", "fermi 29 20");
+ htput(.ht, "^HURN", "009-1 53 38");
+ htput(.ht, "^KESH", "099-7 77 49");
+ htput(.ht, "^NIVAL", "020-1 84 74");
+ htput(.ht, "^TULI", "001-1 84 100");
}