summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-28 00:31:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-28 00:31:37 -0300
commitd8370fe103747984ce941b30c10e6221ecd029c5 (patch)
treef30ae374dbb299420b1bfebec110b6e6f0375639 /npc/003-3/malindou.txt
parent39e8b20e64ddabac08fd8ba4621cb3d28f04244e (diff)
downloadserverdata-d8370fe103747984ce941b30c10e6221ecd029c5.tar.gz
serverdata-d8370fe103747984ce941b30c10e6221ecd029c5.tar.bz2
serverdata-d8370fe103747984ce941b30c10e6221ecd029c5.tar.xz
serverdata-d8370fe103747984ce941b30c10e6221ecd029c5.zip
Thanksgiving card spinner (no effects)
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;
}