From d2ceeaea4fe5faeae70b1c2a6aadb1e15a96a988 Mon Sep 17 00:00:00 2001 From: DZeroX Date: Sat, 20 Sep 2008 18:17:37 +0000 Subject: - Fixed zeny exploit on the refiner (bugreport:2248) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13221 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/refine.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/merchants') diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index 4b9a34d23..72848d48b 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -149,7 +149,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{ close; } getitem 612,.@input; // Portable_Furnace - set Zeny,Zeny-sell; + set Zeny,Zeny-.@sell mes "[Christopher Guillenrow]"; mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need."; close; @@ -230,7 +230,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{ close; } getitem 1010,.@input; // Phracon - set Zeny,Zeny-sell; + set Zeny,Zeny-.@sell mes "[Christopher Guillenrow]"; mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need."; close; @@ -268,7 +268,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{ close; } getitem 1011,.@input; // Emveretarcon - set Zeny,Zeny-sell; + set Zeny,Zeny-.@sell mes "[Christopher Guillenrow]"; mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need, whenever ye want."; close; -- cgit v1.2.3-70-g09d2