diff options
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r-- | npc/functions/daily.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt index a6eee8a69..6d1ef342f 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -175,7 +175,7 @@ function script daily_login_bonus_handler { if (gettime(6) == DECEMBER) { if (!#XMAS_LOGINBONUS && gettime(5) >= 24 && gettime(5) <= 26) { #XMAS_LOGINBONUS=1; - getitem BronzeGift, 1; + getitem XmasGift, 1; dispbottom "##B##2"+l("Merry Christmas!")+" "+l("You have gained a special login bonus!")+"##b##0"; } } |