Fixed a quest warning in academy.txt (#6321)
Fixed #6300 Thanks to @Skystar18
This commit is contained in:
parent
36ca3bca05
commit
d7b6f39655
@ -8897,7 +8897,8 @@ iz_ac02,60,51,5 script Swordman Trainer#ac 4_M_SWORDMAN,{
|
||||
mes "It should be very easy to find.";
|
||||
cutin "", 255;
|
||||
nov_3_swordman = 4;
|
||||
erasequest 1230;
|
||||
if (isbegin_quest(1230))
|
||||
erasequest 1230;
|
||||
close;
|
||||
}
|
||||
}
|
||||
@ -9025,7 +9026,8 @@ iz_ac02,60,51,5 script Swordman Trainer#ac 4_M_SWORDMAN,{
|
||||
mes "It should be very easy to find.";
|
||||
cutin "", 255;
|
||||
nov_3_swordman = 4;
|
||||
erasequest 1230;
|
||||
if (isbegin_quest(1230))
|
||||
erasequest 1230;
|
||||
close;
|
||||
}
|
||||
case 3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user