diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/neko.txt | 2 | ||||
-rw-r--r-- | npc/012-1/shoppakep.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index f75dc7d6d..67b0d340d 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -20,7 +20,7 @@ OnInit: tradertype(NST_MARKET); sellitem LeatherShirt, 120000, 1; - sellitem JeanShorts, 120000, 1; + sellitem JeansShorts, 120000, 1; sellitem ShortTankTop, 80000, 1; .sex = G_MALE; diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 6e80431d2..71d0df72e 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -8,8 +8,8 @@ mesn; mesq lg("Welcome! Only the finest wares!"); next; - shop; closedialog; + openshop; close; OnInit: |