From 5f2bf9f16299a3a0dcbaca5442f4d37be8559da4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Feb 2020 17:48:59 -0300 Subject: December should give a [Christmas Gift], not a [Bronze Gift]. --- npc/functions/daily.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- cgit v1.2.3-60-g2f50