Fixed an issue where the player get stuck in Rekenber Job quest (#6064)

Fixed #6020 
Thanks to @KrokusPokus !
This commit is contained in:
Atemo 2021-06-29 14:34:57 +02:00 committed by GitHub
parent a3d19ae2c3
commit c5abad0b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11762,7 +11762,7 @@ OnStop:
close;
}
airplane_01,1,1,1 script #bully1 HIDDEN_NPC,{
- script #bully1 HIDDEN_NPC,{
OnInit:
disablenpc "#bully1";
@ -11805,7 +11805,7 @@ OnTimer120000:
end;
}
airplane_01,2,2,1 script #bully2 HIDDEN_NPC,{
- script #bully2 HIDDEN_NPC,{
OnInit:
disablenpc "#bully2";