diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-07-03 22:00:01 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-07-03 22:00:01 +0200 |
commit | fbeca50439ba543e22f3251e0cd5d186d54c06b5 (patch) | |
tree | 59fb4922f8dfe78b7890cc6acca009a2ecef07af /world/map/npc/items/anchor_stone.txt | |
parent | bb22de72944d6d3ac01d84b746af1a749d748377 (diff) | |
download | serverdata-fbeca50439ba543e22f3251e0cd5d186d54c06b5.tar.gz serverdata-fbeca50439ba543e22f3251e0cd5d186d54c06b5.tar.bz2 serverdata-fbeca50439ba543e22f3251e0cd5d186d54c06b5.tar.xz serverdata-fbeca50439ba543e22f3251e0cd5d186d54c06b5.zip |
typo fix
Diffstat (limited to 'world/map/npc/items/anchor_stone.txt')
-rw-r--r-- | world/map/npc/items/anchor_stone.txt | 2 |
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; |