diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-28 00:31:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-28 00:31:37 -0300 |
commit | d8370fe103747984ce941b30c10e6221ecd029c5 (patch) | |
tree | f30ae374dbb299420b1bfebec110b6e6f0375639 /npc/003-3 | |
parent | 39e8b20e64ddabac08fd8ba4621cb3d28f04244e (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/003-3/malindou.txt | 5 |
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; } |