diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-22 02:03:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-22 02:04:17 +0300 |
commit | 90274c306ef23749152551eed68f6d97946d3468 (patch) | |
tree | 308990501012ec9762f0764975d9e66452884118 | |
parent | 864f32178d311eeb08bf8b0fdf8741e5de28e5d4 (diff) | |
download | serverdata-90274c306ef23749152551eed68f6d97946d3468.tar.gz serverdata-90274c306ef23749152551eed68f6d97946d3468.tar.bz2 serverdata-90274c306ef23749152551eed68f6d97946d3468.tar.xz serverdata-90274c306ef23749152551eed68f6d97946d3468.zip |
Fix item links in calypsan.
-rw-r--r-- | npc/001-1/calypsan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt index e9cceb78..f74db3df 100644 --- a/npc/001-1/calypsan.txt +++ b/npc/001-1/calypsan.txt @@ -29,7 +29,7 @@ l("4: How many cards your item can contain."), l("Exemple for yoiis:"), l("Take a @@ and a @@, yeye obtains a @@.", - getitemlink (ArtisTankTop), getitemlink (RedCottonDye), getitemlink (ArtisTankTop, RedCottonDye)), + getitemlink(ArtisTankTop, WhiteCottonDye), getitemlink(RedCottonDye), getitemlink(ArtisTankTop, RedCottonDye)), l("If yoiis wants to see a different use of cards he can yeye for Resa on the light armor shop for a description of styling cards."); } |