Added missing close; to the magician first_class quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10323 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
150f7d0b56
commit
275a9f6f77
@ -1,5 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2007/04/24
|
||||
* Added missing close; to the magician first_class quest [ultramage]
|
||||
2007/04/23
|
||||
* Fixed up some shops [Playtester]
|
||||
* Fixed some level requirements for swordman quest skills [Playtester]
|
||||
|
@ -420,6 +420,7 @@ geffen,67,180,4 script New Mage Manager#M 102,{
|
||||
set BaseExp, BaseExp + 400;
|
||||
set JobExp,JobExp+200;
|
||||
//misceffect EF_HIT5;
|
||||
close;
|
||||
break;
|
||||
case 3:
|
||||
mes "Ah~ You're here?";
|
||||
|
Loading…
x
Reference in New Issue
Block a user