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://svn.code.sf.net/p/rathena/svn/trunk@13207 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Paradox924X 2008-09-14 08:39:23 +00:00
parent 6f28fcce25
commit 3bd1214fb8
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Date Added Date Added
====== ======
2008/09/14
* Changed a couple close2;'s to close;'s in the Refine NPC. (bugreport:2229) [Paradox924X]
2008/09/09 2008/09/09
* Rev. 13202 Enabled WoE SE to be run independently of normal WoE. [L0ne_W0lf] * Rev. 13202 Enabled WoE SE to be run independently of normal WoE. [L0ne_W0lf]
* Rev. 13201 Small bugfixes to arug_cas02 [Yommy] * Rev. 13201 Small bugfixes to arug_cas02 [Yommy]

View File

@ -267,7 +267,7 @@ geffen_in,110,172,0 script Christopher#1::Chrisbs 63,{
set Zeny,Zeny-sell; set Zeny,Zeny-sell;
mes "[Christopher Guillenrow]"; mes "[Christopher Guillenrow]";
mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need, whenever ye want."; mes "Thank ye fer shopping at me workshop. Feel free to come anytime, whenever ye need, whenever ye want.";
close2; close;
case 3: case 3:
mes "[Christopher Guillenrow]"; mes "[Christopher Guillenrow]";
mes "Feel free to come anytime, whenever ye need. Fare ye well."; 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 "Here's your Oridecon.";
mes "You're welcome to come"; mes "You're welcome to come";
mes "back whenever you want."; mes "back whenever you want.";
close2; close;
} }
else { else {
mes "[" + getarg(0) + "]"; mes "[" + getarg(0) + "]";