diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-04 15:18:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-04 15:18:36 -0300 |
commit | 8ccd95ccfa0ddfb7be9f6dfc4fe9414b878df7f0 (patch) | |
tree | a8802f279784574f7aa756c096a7f7d9e0ac46c8 | |
parent | 11ae19b037a1daeaacf05e4fa1c5ce40724dfc04 (diff) | |
download | serverdata-8ccd95ccfa0ddfb7be9f6dfc4fe9414b878df7f0.tar.gz serverdata-8ccd95ccfa0ddfb7be9f6dfc4fe9414b878df7f0.tar.bz2 serverdata-8ccd95ccfa0ddfb7be9f6dfc4fe9414b878df7f0.tar.xz serverdata-8ccd95ccfa0ddfb7be9f6dfc4fe9414b878df7f0.zip |
Mock items price: one million → half million
-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: |