diff options
-rw-r--r-- | npc/009-3/dangrostra.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index 11b5ab4d2..cb56ac079 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -43,7 +43,6 @@ OnInit: // Misc (uncommon) sellitem SharpKnife, -1, 1; sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse - sellitem LimeDye, -1, 1; // Arrows (common) sellitem Arrow, -1, 200; sellitem IronArrow, -1, 90; @@ -62,7 +61,6 @@ OnClock0400: OnClock1600: restoreshopitem SharpKnife, 1; restoreshopitem EmptyBottle, 1; - restoreshopitem LimeDye, 1; OnClock0800: OnClock2000: restoreshopitem Arrow, 200; |