diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-27 04:02:39 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-27 04:02:39 +0200 |
commit | 8206fcd54c8fbc67625f8a849dc3584f8c6458f0 (patch) | |
tree | ea5a6c52518804a903473702c24aff277e6a801b | |
parent | b2a2df7e0e6d566b60d763416ce1e4774d645f6f (diff) | |
download | serverdata-8206fcd54c8fbc67625f8a849dc3584f8c6458f0.tar.gz serverdata-8206fcd54c8fbc67625f8a849dc3584f8c6458f0.tar.bz2 serverdata-8206fcd54c8fbc67625f8a849dc3584f8c6458f0.tar.xz serverdata-8206fcd54c8fbc67625f8a849dc3584f8c6458f0.zip |
Removed useless entry in calypsan script.
-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 b504dc27..1fb8ba10 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, WhiteCottonDye), getitemlink(RedCottonDye), getitemlink(ArtisTankTop, RedCottonDye)), + getitemlink(ArtisTankTop), getitemlink(RedCottonDye), getitemlink(ArtisTankTop, RedCottonDye)), l("If yoiis wants to see a different use for the cards he can yeye for Resa at the light armor shop for a description of the styling cards."); } |