diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/merchants/refine.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e38ff860d..b8ffd3598 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/09/14 + * Changed a couple close2;'s to close;'s in the Refine NPC. (bugreport:2229) [Paradox924X] 2008/09/09 * Rev. 13202 Enabled WoE SE to be run independently of normal WoE. [L0ne_W0lf] * Rev. 13201 Small bugfixes to arug_cas02 [Yommy] 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) + "]"; |