diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-10 17:48:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-10 17:48:59 -0300 |
commit | 5f2bf9f16299a3a0dcbaca5442f4d37be8559da4 (patch) | |
tree | 3f8c727109a5706e56fd2061892e9b38b9e2ae60 /npc | |
parent | c5e94a0f4ff710010f61e9b5b1c79f5711a12d34 (diff) | |
download | serverdata-5f2bf9f16299a3a0dcbaca5442f4d37be8559da4.tar.gz serverdata-5f2bf9f16299a3a0dcbaca5442f4d37be8559da4.tar.bz2 serverdata-5f2bf9f16299a3a0dcbaca5442f4d37be8559da4.tar.xz serverdata-5f2bf9f16299a3a0dcbaca5442f4d37be8559da4.zip |
December should give a [Christmas Gift], not a [Bronze Gift].
Diffstat (limited to 'npc')
-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"; } } |