From ed034c17f523a1df5a7f00eac64d0a44645c249e Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 3 May 2009 05:26:59 +0000 Subject: [PATCH] - 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 --- npc/merchants/refine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index d5b80168aa..d8cca8451f 100644 --- a/npc/merchants/refine.txt +++ b/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: