summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-03 05:26:59 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-03 05:26:59 +0000
commit41ea0dda0d67e286405543064f4e49e8543951d6 (patch)
treed6df1a5a894edce3b7a3795be44fa1142e62b280 /npc
parent921a03f9b174cb764b61b915e4159c7e564916a4 (diff)
downloadhercules-41ea0dda0d67e286405543064f4e49e8543951d6.tar.gz
hercules-41ea0dda0d67e286405543064f4e49e8543951d6.tar.bz2
hercules-41ea0dda0d67e286405543064f4e49e8543951d6.tar.xz
hercules-41ea0dda0d67e286405543064f4e49e8543951d6.zip
- 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
Diffstat (limited to 'npc')
-rw-r--r--npc/merchants/refine.txt2
1 files changed, 1 insertions, 1 deletions
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: