diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-23 16:16:39 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-23 16:16:39 +0000 |
commit | 6b6b45fd52c4b38f067027520fea99baafdbccae (patch) | |
tree | b68f54dd8480f86b45bd88b2a9aa187f1a8f5653 | |
parent | d69c31c13bc2c6a5f6d56caa8352aa2657aab762 (diff) | |
parent | de13c882622c31712789f1341da1c7616fd68745 (diff) | |
download | serverdata-6b6b45fd52c4b38f067027520fea99baafdbccae.tar.gz serverdata-6b6b45fd52c4b38f067027520fea99baafdbccae.tar.bz2 serverdata-6b6b45fd52c4b38f067027520fea99baafdbccae.tar.xz serverdata-6b6b45fd52c4b38f067027520fea99baafdbccae.zip |
Merge branch 'trithodex-master-patch-72072' into 'master'
Update dangrostra.txt - remove lime dye from shop... now craftable
See merge request TMW2/serverdata!59
-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; |