summaryrefslogtreecommitdiff
path: root/npc/_anchors.txt
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-25 12:47:57 -0400
committergumi <git@gumi.ca>2018-03-25 13:54:10 -0400
commit8049f5470fbb0c2dc2cf23e5aee5fd450f45a776 (patch)
tree2a0f64987c663d8a2f3a4614524380f9bae5cacd /npc/_anchors.txt
parent3605ca68d55461cb1da9b01f41f5d2c0ff514503 (diff)
downloadserverdata-8049f5470fbb0c2dc2cf23e5aee5fd450f45a776.tar.gz
serverdata-8049f5470fbb0c2dc2cf23e5aee5fd450f45a776.tar.bz2
serverdata-8049f5470fbb0c2dc2cf23e5aee5fd450f45a776.tar.xz
serverdata-8049f5470fbb0c2dc2cf23e5aee5fd450f45a776.zip
get map anchors directly from maps
Diffstat (limited to 'npc/_anchors.txt')
-rw-r--r--npc/_anchors.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/_anchors.txt b/npc/_anchors.txt
new file mode 100644
index 00000000..6321274a
--- /dev/null
+++ b/npc/_anchors.txt
@@ -0,0 +1,6 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+
+- script __anchors__ 32767,{
+OnInit:
+ .ht = htnew();
+}