diff options
-rw-r--r-- | npc/018-2-1/dustman.txt | 1 | ||||
-rw-r--r-- | npc/018-2-4/lv1.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index dfe6e0d9b..b27c10761 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -202,6 +202,7 @@ OnInit: // CoD Exchange Booth Selection sellitem Dustynator,3000; + sellitem ArcmageBoxset,1500; sellitem StrangeCoin,10; sellitem HeroCoin,1; end; diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt index de38a69cc..d0d2b6af1 100644 --- a/npc/018-2-4/lv1.txt +++ b/npc/018-2-4/lv1.txt @@ -28,6 +28,7 @@ OnInit: tradertype(NST_CUSTOM); + sellitem AncientBlueprint,4000; sellitem RaidTrousers,1200; sellitem BugSlayer,800; sellitem LeatherShield,600; |