summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/items/anchor_stone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/anchor_stone.txt b/world/map/npc/items/anchor_stone.txt
index 52c688f4..d63632af 100644
--- a/world/map/npc/items/anchor_stone.txt
+++ b/world/map/npc/items/anchor_stone.txt
@@ -29,7 +29,7 @@ L_AS_Yes:
L_AnchoredAnchorStone:
if ((AnchorStoneDest < 1) && (AnchorStoneDest > -1)) goto L_AAS_Error;
- mes "\"You want to recall to the place the [@@" + AnchoredAnchorStone + "|@@] is bond to?\"";
+ mes "\"You want to recall to the place the [@@" + AnchoredAnchorStone + "|@@] is bound to?\"";
menu
"No", L_Close,
"Yes", L_AAS_Yes;