diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-14 08:39:23 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-14 08:39:23 +0000 |
commit | 78b801617154f2c74b5e984b720d05f82477c974 (patch) | |
tree | f09955a51c58e858b3cd8aeb1c6a2384c8338103 /npc/merchants/refine.txt | |
parent | 3750b15d6c731560f90ce4cb85d9148ea98efc54 (diff) | |
download | hercules-78b801617154f2c74b5e984b720d05f82477c974.tar.gz hercules-78b801617154f2c74b5e984b720d05f82477c974.tar.bz2 hercules-78b801617154f2c74b5e984b720d05f82477c974.tar.xz hercules-78b801617154f2c74b5e984b720d05f82477c974.zip |
Changed a couple close2;'s to close;'s in the Refine NPC. (bugreport:2229)
On a side note: WHAT? PARADOX924X IS MAKING A COMMIT? THIS IS MADNESS! Madness? No... THIS... IS... IRONY!!!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13207 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/refine.txt')
-rw-r--r-- | npc/merchants/refine.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index 707c71a1c..5d5bad9d3 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -267,7 +267,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{ 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."; - close2; + close; case 3: mes "[Christopher Guillenrow]"; mes "Feel free to come anytime, whenever ye need. Fare ye well."; @@ -832,7 +832,7 @@ function script orimain { mes "Here's your Oridecon."; mes "You're welcome to come"; mes "back whenever you want."; - close2; + close; } else { mes "[" + getarg(0) + "]"; |