diff options
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/event.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index b9d7376df..047b11bd3 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -64,6 +64,7 @@ OnInit: sellitem LeatherPatch, -1, 45; sellitem RawLog, -1, 40; + sellitem WoodenLog, -1, 40; sellitem Coal, -1, 35; sellitem IronOre, -1, 30; sellitem CopperOre, -1, 20; @@ -144,6 +145,7 @@ OnClock1801: restoreshopitem LeatherPatch, 45; restoreshopitem RawLog, 40; + restoreshopitem WoodenLog, 40; restoreshopitem Coal, 35; restoreshopitem IronOre, 30; restoreshopitem CopperOre, 20; |