diff options
-rw-r--r-- | npc/001-8/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 061b22c10..684c12a88 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -93,7 +93,7 @@ OnStart: makeitem(rand(CreasedGloves, MinerGloves), 1, "001-8", rand(44,55), rand(46,54)); makeitem(CottonShorts, 1, "001-8", rand(44,55), rand(46,54)); - makeitem(JeanShorts, 1, "001-8", rand(44,55), rand(46,54)); + makeitem(JeansShorts, 1, "001-8", rand(44,55), rand(46,54)); makeitem(PirateShorts, 1, "001-8", rand(44,55), rand(46,54)); |