diff options
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/clothes_dyer.txt | 2 | ||||
-rw-r--r-- | npc/merchants/renters.txt | 2 | ||||
-rw-r--r-- | npc/merchants/shops.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/clothes_dyer.txt b/npc/merchants/clothes_dyer.txt index 0eaaf153c..0251d7884 100644 --- a/npc/merchants/clothes_dyer.txt +++ b/npc/merchants/clothes_dyer.txt @@ -171,4 +171,4 @@ function Dyes { mes "Your clothes have been dyed "+((.@s)?.@DyeName$[getarg((.@s-1)*2)]:.@DyeName$[0])+"."; close; } -}
\ No newline at end of file +} diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index f6d4376cc..5944932e9 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -224,4 +224,4 @@ hu_in01,381,304,5 script Falcon Breeder#hnt 8W_SOLDIER,{ mes "...Heh heh, jealous?"; close; } -}
\ No newline at end of file +} diff --git a/npc/merchants/shops.txt b/npc/merchants/shops.txt index a1ab894d0..0a0787600 100644 --- a/npc/merchants/shops.txt +++ b/npc/merchants/shops.txt @@ -2240,4 +2240,4 @@ OnInit: //= 1.9a Pet Merchant -> Lighthalzen [erKURITA] //= 1.9b Added items to Chivas Regal //= 1.9c Slight update for Rachel shop: Tool Dealer -> Fruit Gardener [L0ne_W0lf] -//============================================================
\ No newline at end of file +//============================================================ |