summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-02 22:18:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-02 22:18:42 -0300
commitf9e6de6f7edbf95238828640e56cfd957660448f (patch)
tree71ae884392f7111f2abb138990dba5227c51b878
parent3e688151a9de31502ad0b8486897506459bee22f (diff)
downloadserverdata-f9e6de6f7edbf95238828640e56cfd957660448f.tar.gz
serverdata-f9e6de6f7edbf95238828640e56cfd957660448f.tar.bz2
serverdata-f9e6de6f7edbf95238828640e56cfd957660448f.tar.xz
serverdata-f9e6de6f7edbf95238828640e56cfd957660448f.zip
Fix bad menu on Jeweler
-rw-r--r--npc/003-5/jeweler.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt
index 9a9be80e9..eb330f92c 100644
--- a/npc/003-5/jeweler.txt
+++ b/npc/003-5/jeweler.txt
@@ -83,10 +83,10 @@ L_Gemstone:
l("Not today, sorry."),
rif(countitem(Diamond) >= 2 , l("Diamond (+2 vit)")),
rif(countitem(Ruby) >= 2 , l("Ruby (+2 str)")),
- rif(countitem(Amethyst) >= 2, l("Amethyst (+2 dex)")),
+ rif(countitem(Emerald) >= 2 , l("Emerald (+2 luck)")),
rif(countitem(Sapphire) >= 2, l("Sapphire (+2 int)")),
rif(countitem(Topaz) >= 2 , l("Topaz (+2 agi)")),
- rif(countitem(Emerald) >= 2 , l("Emerald (+2 luck)"));
+ rif(countitem(Amethyst) >= 2, l("Amethyst (+2 dex)"));
mes "";
if (@menu == 1)