diff options
author | DZeroX <DZeroX@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-20 18:17:37 +0000 |
---|---|---|
committer | DZeroX <DZeroX@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-20 18:17:37 +0000 |
commit | d2ceeaea4fe5faeae70b1c2a6aadb1e15a96a988 (patch) | |
tree | acbac5bf84e9400cd0b3a3a8206df11313802faf /npc/merchants | |
parent | 9a4be6babd72c1ebfc8e4c6d4524462d6311a6ad (diff) | |
download | hercules-d2ceeaea4fe5faeae70b1c2a6aadb1e15a96a988.tar.gz hercules-d2ceeaea4fe5faeae70b1c2a6aadb1e15a96a988.tar.bz2 hercules-d2ceeaea4fe5faeae70b1c2a6aadb1e15a96a988.tar.xz hercules-d2ceeaea4fe5faeae70b1c2a6aadb1e15a96a988.zip |
- 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
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/refine.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; |