diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8e3d67536..b2635f6f8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11173,7 +11173,7 @@ item_db: ( Sell: 20000 Weight: 1000 Atk: 370 - Matk: 25 + Matk: 50 Def: 0 Range: 1 Loc: "EQP_HAND_R" diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 2845d793f..b3534c1f9 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -35,7 +35,8 @@ OnInit: // Rare Equipment selection. // *these* are really rare! // Maximum 30,000 - sellitem ThunderStaff,9000; + sellitem DarkPulsar,6000; + sellitem ThunderStaff,5000; sellitem PiouEgg,3915; sellitem DeliciousCookie,3240; sellitem TopHat, 1620; |