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:
parent
6f28fcce25
commit
3bd1214fb8
@ -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]
|
||||
|
@ -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) + "]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user