diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-25 12:36:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-25 12:45:40 +0300 |
commit | 6e717969c53cf01a7e92695abd49f917bed9b2b8 (patch) | |
tree | 27d676a07eeedcca2f319151001abb56c51f399b /npc | |
parent | e392fb6e780ddf060defa470bf1081ef84fac320 (diff) | |
download | clientdata-6e717969c53cf01a7e92695abd49f917bed9b2b8.tar.gz clientdata-6e717969c53cf01a7e92695abd49f917bed9b2b8.tar.bz2 clientdata-6e717969c53cf01a7e92695abd49f917bed9b2b8.tar.xz clientdata-6e717969c53cf01a7e92695abd49f917bed9b2b8.zip |
Fix broken item name in link.
Was "Piou Legs" but must be "PiouLegs".
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/jalad.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 64f24f76..a7dbbd41 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -49,7 +49,7 @@ l_Continue: mes ""; mesn; - mesq l("They are so tasty when cooked together with some @@. Don't drop any of them!", getitemlink("Piou Legs")); + mesq l("They are so tasty when cooked together with some @@. Don't drop any of them!", getitemlink("PiouLegs")); close; |