diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:27:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:27:45 -0300 |
commit | 92877d0f9abc265e0b87c80aa80da8915e57cced (patch) | |
tree | 5669096196373ce3200a1dcacb656e2eadb422fa /npc/012-1 | |
parent | fb0488722333360de366b71eba6c4619be1a7907 (diff) | |
download | serverdata-92877d0f9abc265e0b87c80aa80da8915e57cced.tar.gz serverdata-92877d0f9abc265e0b87c80aa80da8915e57cced.tar.bz2 serverdata-92877d0f9abc265e0b87c80aa80da8915e57cced.tar.xz serverdata-92877d0f9abc265e0b87c80aa80da8915e57cced.zip |
There were moar bugs lurking :inGame_e:
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/shoppakep.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 71d0df72e..e0b557557 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -22,7 +22,7 @@ OnInit: tradertype(NST_MARKET); sellitem LeatherShirt, 125000, 1; - sellitem JeanShorts, 125000, 1; + sellitem JeansShorts, 125000, 1; sellitem CottonSkirt, 100000, 1; sellitem MiniSkirt, 100000, 1; sellitem ShortTankTop, 100000, 1; @@ -42,7 +42,7 @@ OnInit: OnClock1759: restoreshopitem LeatherShirt, 125000, 1; - restoreshopitem JeanShorts, 125000, 1; + restoreshopitem JeansShorts, 125000, 1; restoreshopitem CottonSkirt, 100000, 1; restoreshopitem MiniSkirt, 100000, 1; restoreshopitem ShortTankTop, 100000, 1; |