From 41ea0dda0d67e286405543064f4e49e8543951d6 Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 3 May 2009 05:26:59 +0000 Subject: - Fixed a variable in refine.txt not being used. (bugreport:2882) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13723 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/refine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/merchants') diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index d5b80168a..d8cca8451 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: -- cgit v1.2.3-70-g09d2