Browse Source

Fix wrong next function call (#4021)

* Fixed a next script error for Guard Leader in the Buwaya Quests.
Thanks to @keitenai!
keitenai 6 năm trước cách đây
mục cha
commit
b1e1dbfb31
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      npc/re/quests/quests_malaya.txt

+ 1 - 1
npc/re/quests/quests_malaya.txt

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