diff options
-rw-r--r-- | npc/029-0/event.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 79d22bb2d..49c3057c2 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -75,7 +75,7 @@ OnInit: sellitem PlatinumOre, -1, 3; sellitem EarthPowder, -1, 3; - sellitem AncientBlueprint, -1, 5; + sellitem AncientBlueprint, -1, 4; sellitem RustyKnife, -1, 5; sellitem TrainingWand, -1, 5; sellitem TrainingBow, -1, 5; @@ -93,6 +93,7 @@ OnInit: sellitem EquipmentBlueprintE, -1, 1; sellitem ArcmageBoxset, 10000, 4; + sellitem ScholarshipBadge, -1, 3; sellitem Bullet, -1, 90000; sellitem Bread, -1, 750; sellitem Cheese, -1, 400; @@ -120,7 +121,7 @@ OnClock1201: restoreshopitem PlatinumOre, 3; restoreshopitem EarthPowder, 3; - restoreshopitem AncientBlueprint, 5; + restoreshopitem AncientBlueprint, 4; restoreshopitem RustyKnife, 5; restoreshopitem TrainingWand, 5; restoreshopitem TrainingBow, 5; @@ -138,6 +139,7 @@ OnClock1201: restoreshopitem EquipmentBlueprintE, 1; restoreshopitem ArcmageBoxset, 10000, 4; + restoreshopitem ScholarshipBadge, 3; restoreshopitem Bullet, 90000; restoreshopitem Bread, 750; restoreshopitem Cheese, 400; |