diff options
author | Povo <trithodex@gmail.com> | 2021-04-16 00:52:09 +0000 |
---|---|---|
committer | Povo <trithodex@gmail.com> | 2021-04-16 00:52:09 +0000 |
commit | 8ffd2e74ad3837960c6c68e0297da220d28ed8a5 (patch) | |
tree | 8a774ec78e8188aec967c786fab0cfaa5146deca | |
parent | 29f4a7d61e3b525c0130423c50ce61ea1a302ba2 (diff) | |
download | serverdata-trithodex-master-patch-94929.tar.gz serverdata-trithodex-master-patch-94929.tar.bz2 serverdata-trithodex-master-patch-94929.tar.xz serverdata-trithodex-master-patch-94929.zip |
Update shop.txt - remove yellow dye from shop since this is now craftabletrithodex-master-patch-94929
-rw-r--r-- | npc/003-1/shop.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 07c25bc69..65a2a1b03 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -7,7 +7,6 @@ OnInit: tradertype(NST_MARKET); - sellitem YellowDye, -1, 2; sellitem RoundLeatherShield, -1, 2; sellitem Knife, -1, 5; sellitem TrainingAmmoBox, -1, rand(2,5); @@ -30,7 +29,6 @@ OnClock0621: OnClock1210: OnClock1757: OnClock0001: - restoreshopitem YellowDye, 2; restoreshopitem RoundLeatherShield, 2; restoreshopitem Knife, 5; restoreshopitem TrainingAmmoBox, rand(2,5); |