Переглянути джерело

- Fixed a variable in refine.txt not being used. (bugreport:2882)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13723 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 16 роки тому
батько
коміт
ed034c17f5
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      npc/merchants/refine.txt

+ 1 - 1
npc/merchants/refine.txt

@@ -1203,7 +1203,7 @@ function	script	repairmain	{
 		next;
 		set .@totalcost,.@repairprice*.@checkitem;
 		mes "["+getarg(0)+"]";
-		mes "Each repair costs 5000 Zeny. So to repair all your damaged items would cost " + .@totalcost + " Zeny! Would you like to repair the items?";
+		mes "Each repair costs " + .@repairprice + " Zeny. So to repair all your damaged items would cost " + .@totalcost + " Zeny! Would you like to repair the items?";
 		next;
 		switch(select("Yes:No")) {
 		case 1: