From 775b079fd3329686f280e44fb813a944300485ac Mon Sep 17 00:00:00 2001 From: atemo Date: Fri, 17 Apr 2020 16:32:15 +0200 Subject: [PATCH] Follow-up https://github.com/rathena/rathena/commit/736a5a31f1d3de8a4533b51f88a7d514cb665657 Fixed a typo in Dimensional Travel Quest Thanks to @reunite-ro --- npc/re/quests/quests_14_3_bis.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/re/quests/quests_14_3_bis.txt b/npc/re/quests/quests_14_3_bis.txt index 4da12db6e6..4a433e0222 100644 --- a/npc/re/quests/quests_14_3_bis.txt +++ b/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?";