diff options
-rw-r--r-- | npc/quests/quests_alberta.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index 3a9aa616b..fa3942e9c 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -2736,7 +2736,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{ } alberta_in,120,93,3 script Iromo's Mother#ep3_2 1_M_INNKEEPER,{ - if (ep13_2_hiki == 8) { + if (ep13_2_hiki >= 8) { mes "[Mother]"; mes "Thank you for helping my son."; mes "But I think we can't do anything"; |