diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-18 13:15:38 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-18 13:15:38 -0200 |
commit | ddd9e22bc907d98ec5966f568112b86f9b5ac10c (patch) | |
tree | 1d99ef0982f8dfd27c81f7102b7b5ad5102cab15 /npc/functions/daily.txt | |
parent | f179443a471b17c3eb375b8c32a2e5cee0ed4d76 (diff) | |
download | serverdata-ddd9e22bc907d98ec5966f568112b86f9b5ac10c.tar.gz serverdata-ddd9e22bc907d98ec5966f568112b86f9b5ac10c.tar.bz2 serverdata-ddd9e22bc907d98ec5966f568112b86f9b5ac10c.tar.xz serverdata-ddd9e22bc907d98ec5966f568112b86f9b5ac10c.zip |
Update pet detective to meet daily. Update one of daily gifts.
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 52ad2e18b..ad89e0041 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -51,7 +51,7 @@ function script daily_login_bonus_handler { case WINTER: .@prize=SilverGift; break; case SPRING: - .@prize=Toothbrush; break; + .@prize=MercBoxC; break; case SUMMER: .@prize=RightEyePatch; break; } |