fixed 2 typos
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9025 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
efdb13be3c
commit
eeb8324eb2
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user