From 5173b7e5d42654313a52c8980f84cf424417bd50 Mon Sep 17 00:00:00 2001 From: Lupus Date: Fri, 20 Oct 2006 14:00:05 +0000 Subject: fixed 2 typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9025 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/novice/novice.txt | 2 +- npc/merchants/novice_exchange.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 8046d66fe..aaa971bcd 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -3385,7 +3385,7 @@ L_loop2: mes "supplies, I will send you to"; mes "the associated town."; next; - if(!NEW_ADVSUIT)) + if(!NEW_ADVSUIT){ mes "^882420Item Offer List"; mes "^0000301 Adventurer's Suit"; mes "^00009910 Novices Red Potions^000000"; diff --git a/npc/merchants/novice_exchange.txt b/npc/merchants/novice_exchange.txt index 746817149..8e7bcfadf 100644 --- a/npc/merchants/novice_exchange.txt +++ b/npc/merchants/novice_exchange.txt @@ -58,7 +58,7 @@ function script F_NMerch { mes "["+getarg(0)+"]"; mes "Okay, let me take a look at the stuff you brought."; next; - set @max,@have / getarg(2+@i*2)]; + set @max,@have / getarg(2+@i*2); mes "["+getarg(0)+"]"; mes "You have total "+@have+" "+getitemname(getarg(1+@i*2))+"-s..."; mes "I can give you"; -- cgit v1.2.3-70-g09d2