Fix wrong next function call (#4021)

* Fixed a next script error for Guard Leader in the Buwaya Quests.
Thanks to @keitenai!
This commit is contained in:
keitenai
2019-03-21 20:55:43 +08:00
committed by Aleos
parent d1b35db768
commit b1e1dbfb31

View File

@@ -4589,9 +4589,9 @@ malaya,290,340,3 script Guard Leader#buwaya 571,{
next;
mes "[Guard Leader]";
mes "We are doing our best in securing the safety of our village so please enjoy your stay in Port Malaya.";
next;
}
if (malaya_buwaya == 10) {
next;
if (select("Tell him about Buwaya.:Done with conversation.") == 2) {
close;
}