diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:23:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:23:40 -0300 |
commit | 11681e154250d82b6b6b0bf4cb837e5de9143227 (patch) | |
tree | 14a3811d3a4e976296a27b191299016066014186 /npc/001-8 | |
parent | 451e7c366f71353723e92c86e364e40247701abc (diff) | |
download | serverdata-11681e154250d82b6b6b0bf4cb837e5de9143227.tar.gz serverdata-11681e154250d82b6b6b0bf4cb837e5de9143227.tar.bz2 serverdata-11681e154250d82b6b6b0bf4cb837e5de9143227.tar.xz serverdata-11681e154250d82b6b6b0bf4cb837e5de9143227.zip |
Fix typo
Diffstat (limited to 'npc/001-8')
-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 0b67eb2e4..061b22c10 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -85,7 +85,7 @@ OnStart: makeitem(rand(TrainingArrow,BoneArrow), 50, "001-8", rand(44,55), rand(46,54)); makeitem(CandorBoots, 1, "001-8", rand(44,55), rand(46,54)); - makeitem(LousyMocassins, 1, "001-8", rand(44,55), rand(46,54)); + makeitem(LousyMoccasins, 1, "001-8", rand(44,55), rand(46,54)); makeitem(CottonBoots, 1, "001-8", rand(44,55), rand(46,54)); makeitem(CreasedBoots, 1, "001-8", rand(44,55), rand(46,54)); makeitem(TulimsharGuardBoots, 1, "001-8", rand(44,55), rand(46,54)); |