- 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
This commit is contained in:
brianluau 2009-05-03 05:26:59 +00:00
parent ffa383b768
commit ed034c17f5

View File

@ -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: