summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 5e3978236..39ce3041d 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -605,8 +605,11 @@ OnPCLoginEvent:
// Newbie bonuses recalc
if (BaseLevel < 20) NewcomerEXPDROPUP();
- // Daily rewards (always the last)
+ // Daily rewards (The first with dialog interactions)
daily_login_bonus_handler();
+
+ // Thanksgiving Event
+ sThanksgiving();
end;
}