diff options
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r-- | npc/functions/daily.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt index 6d1ef342f..13997ba56 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -52,8 +52,7 @@ function script daily_login_bonus_handler { // Handle rewards: Streaks first, daily later. Streak reward prevail over daily reward. if ($@NOUPDATES) { - dispbottom col(l("Updates disabled, daily login reward: 1,000 GP"), 1); - Zeny+=1000; + dispbottom col(l("Updates were disabled"), 1); } else if (#LOGIN_STREAK > 27) { getitem StrangeCoin, 2; getitem CasinoCoins, 1; |