diff options
author | gumi <git@gumi.ca> | 2018-07-08 13:54:46 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-08 13:54:46 -0400 |
commit | 45e48b08530b13f657ad834127327472843f45b1 (patch) | |
tree | ab0b46d125d95d7da1d75f9c00d9cd1d1cc04d5b /npc | |
parent | 3a44e2ae5c2286a41098d6b6f6270d8315a32acf (diff) | |
download | serverdata-45e48b08530b13f657ad834127327472843f45b1.tar.gz serverdata-45e48b08530b13f657ad834127327472843f45b1.tar.bz2 serverdata-45e48b08530b13f657ad834127327472843f45b1.tar.xz serverdata-45e48b08530b13f657ad834127327472843f45b1.zip |
rearrange the anchors in 008-1
Diffstat (limited to 'npc')
-rw-r--r-- | npc/_anchors.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/_anchors.txt b/npc/_anchors.txt index 4f9ce83a..3630ba7e 100644 --- a/npc/_anchors.txt +++ b/npc/_anchors.txt @@ -9,13 +9,13 @@ OnInit: htput(.ht, "^BLACK|SMITH", "001-2-27 35 32"); htput(.ht, "^CAMP|FIRE", "008-1 55 46"); htput(.ht, "^CITY|^HALL", "001-2-7 36 41"); - htput(.ht, "^DIMOND", "008-1 106 222"); + htput(.ht, "^DIMOND|COVE", "008-1 106 222"); htput(.ht, "^DRA|ISLAND", "000-1 62 111"); - htput(.ht, "^FARM", "008-1 71 129"); + htput(.ht, "^FARM|MOUB", "008-1 71 129"); htput(.ht, "^FIRST|^DECK1?$", "000-2-0 23 28"); htput(.ht, "^HARB|^MASTER", "001-2-16 28 32"); htput(.ht, "^HOLD$", "000-2-2 42 31"); - htput(.ht, "^HURNS", "008-1 250 109"); + htput(.ht, "^HURN", "008-1 250 109"); htput(.ht, "^LEG", "001-2-33 34 42"); htput(.ht, "^LIB", "001-2-4 42 35"); htput(.ht, "^LIGHT", "001-2-0 37 32"); |