diff options
-rw-r--r-- | npc/001-1/rewards.txt | 1 | ||||
-rw-r--r-- | npc/018-2-4/lv4.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 9fa7ac783..5983a7747 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -34,6 +34,7 @@ OnInit: // Rare Equipment selection. // *these* are really rare! + // Maximum 30,000 sellitem ThunderStaff,9000; sellitem PiouEgg,3915; sellitem DeliciousCookie,3240; 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; |