diff options
-rw-r--r-- | npc/003-5/jeweler.txt | 2 | ||||
-rw-r--r-- | npc/015-2/contrabandist.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 25642c522..9b37ae1a4 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -192,7 +192,7 @@ OnInit: tradertype(NST_ZENY); sellitem WeddingRing, 5000; - sellitem GoldenBlackPearlRing, 1000000; // I'm joking of course. Don't tell me you'll pay 1M for... this? + sellitem GoldenBlackPearlRing, 500000; // I'm joking of course. Don't tell me you'll pay half MILLION for... this? end; // Pay your taxes! diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index 2835d5755..f1fbbbf78 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -38,7 +38,7 @@ .@prize=ReturnPotion; break; case 8: - .@price=1000000; + .@price=500000; .@prize=GoldenPearlRing; break; case 16: |