diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-20 14:00:05 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-20 14:00:05 +0000 |
commit | 5173b7e5d42654313a52c8980f84cf424417bd50 (patch) | |
tree | c1374edb10f408713ba29319afd9e34454d2fa68 /npc/jobs | |
parent | 2911cb1a3d8f516752f97213e2b04ed62ba6a342 (diff) | |
download | hercules-5173b7e5d42654313a52c8980f84cf424417bd50.tar.gz hercules-5173b7e5d42654313a52c8980f84cf424417bd50.tar.bz2 hercules-5173b7e5d42654313a52c8980f84cf424417bd50.tar.xz hercules-5173b7e5d42654313a52c8980f84cf424417bd50.zip |
fixed 2 typos
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9025 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/novice/novice.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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";
|