* 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:
euphyy 2012-08-07 16:06:54 +00:00
parent 5593281766
commit 1cebdbcddc
2 changed files with 2 additions and 2 deletions

View File

@ -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.";

View File

@ -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;
}