diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
commit | f17c3bc02c9e82147fb471132940e84d227ec4bc (patch) | |
tree | c7623d4aefa26cb8ae461b63c1efed99d8c99adf /npc/merchants | |
parent | fa2020be43ddc026460896a3bb8b1d0f425265b2 (diff) | |
download | hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.gz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.bz2 hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.xz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.zip |
- Removed trailing tabs, and fixed some spacing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/buying_shops.txt | 2 | ||||
-rw-r--r-- | npc/merchants/icecream.txt | 2 | ||||
-rw-r--r-- | npc/merchants/refine.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt index f7d209c89..936dabac3 100644 --- a/npc/merchants/buying_shops.txt +++ b/npc/merchants/buying_shops.txt @@ -243,6 +243,6 @@ alberta_in,58,52,4 script Purchasing Team#Buying 59,{ next; mes "[Mr. Hugh]"; mes "My time is solely dedicated to our customers in the Merchant industry."; - close; + close; } } diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt index 55d7c41f7..918b0be2d 100644 --- a/npc/merchants/icecream.txt +++ b/npc/merchants/icecream.txt @@ -61,7 +61,7 @@ mes "[Ice Cream Maker]"; mes "Dear customer, your wallet seems to be light."; mes "Price is ^3355FF100 Zeny^000000 per ice cream."; - close; + close; } if(checkweight(536,.@input) == 0) { mes "[Ice Cream Maker]"; diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index a21130e49..9e6ebd034 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -717,7 +717,7 @@ function script refinemain { next; mes "["+getarg(0)+"]"; mes "I can't make it any clearer."; - mes "Once a weapon is destroyed,"; + mes "Once a weapon is destroyed,"; mes "there's no getting it back."; mes "You really have a chance to"; mes "^FF0000lose this weapon^000000 forever."; |