Przeglądaj źródła

Follow-up https://github.com/rathena/rathena/commit/736a5a31f1d3de8a4533b51f88a7d514cb665657
Fixed a typo in Dimensional Travel Quest

Thanks to @reunite-ro

atemo 5 lat temu
rodzic
commit
775b079fd3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      npc/re/quests/quests_14_3_bis.txt

+ 2 - 2
npc/re/quests/quests_14_3_bis.txt

@@ -2186,7 +2186,7 @@ morocc,138,238,4	script	Piled Rags#ep14bs	4_M_DIEMAN,{
 			mes "" + strcharinfo(0) + ", huh? That's a good name.";
 			next;
 		}
-		if (ep14_3_newerabs == 3) {
+		if (ep14_3_newerabs <= 3) {
 			mes "[Tamarin]";
 			mes "Ah,";
 			mes "I'd better do something before people start asking if I'm homeless.";
@@ -2202,7 +2202,7 @@ morocc,138,238,4	script	Piled Rags#ep14bs	4_M_DIEMAN,{
 				close3;
 			}
 		}
-		if (ep14_3_newerabs == 4) {
+		if (ep14_3_newerabs <= 4) {
 			mes "[Tamarin]";
 			mes "Ah,";
 			mes "do you mean the ^0000FFoasis near the northwestern sphinx^000000?";