diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-10 00:18:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-10 00:18:55 -0300 |
commit | c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf (patch) | |
tree | 21caa84e2d033ba9dceec83c0a7960645ac316a3 /npc/018-2-4 | |
parent | c2982a0a7bd42bc64c25116b0cc0a2d504914417 (diff) | |
download | serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.tar.gz serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.tar.bz2 serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.tar.xz serverdata-c20c56c2a81bd5c114b8c474fd17fa2fc936fbbf.zip |
Lower Blacksmith Axe cost to 30000 [Hero Coin], which is the max amount of an item.
Diffstat (limited to 'npc/018-2-4')
-rw-r--r-- | npc/018-2-4/lv4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index fc76995f2..ee74bd4cc 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -28,7 +28,7 @@ OnInit: tradertype(NST_CUSTOM); - sellitem BlacksmithAxe,36000; + sellitem BlacksmithAxe,30000; sellitem Judgement,16200; sellitem MercBoxB,2200; |