* Follow-up r16592... thanks Trojal. :|
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16593 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5593281766
commit
1cebdbcddc
@ -1169,7 +1169,7 @@ prt_castle,43,30,3 script Charles Orleans#cook 878,{
|
||||
}
|
||||
cutin "orleans_2",0;
|
||||
mes "[Charles Orleans]";
|
||||
switch(.@old_book == 1) {
|
||||
switch(.@old_book) {
|
||||
case 1:
|
||||
mes "Ah, so you're done";
|
||||
mes "with the Level 1 Cookbook.";
|
||||
|
@ -23,7 +23,7 @@ moc_para01,38,38,3 script Mission [26 - 40] 857,{
|
||||
mes "- Many missions are -";
|
||||
mes "- on the bulletin board. -";
|
||||
next;
|
||||
if ((BaseLevel < 26) && (BaseLevel > 40)) {
|
||||
if ((BaseLevel < 26) || (BaseLevel > 40)) {
|
||||
mes "Your level is not qualified. You can not use the bulletin board.";
|
||||
close;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user