From 78b801617154f2c74b5e984b720d05f82477c974 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Sun, 14 Sep 2008 08:39:23 +0000 Subject: 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 --- npc/merchants/refine.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/merchants/refine.txt') 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) + "]"; -- cgit v1.2.3-60-g2f50