Просмотр исходного кода

fixed 2 typos

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9025 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 лет назад
Родитель
Сommit
eeb8324eb2
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      npc/jobs/novice/novice.txt
  2. 1 1
      npc/merchants/novice_exchange.txt

+ 1 - 1
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";

+ 1 - 1
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";