From 9e6bcfbd7d7077bb7fd707b4a686e2f38647321f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Feb 2020 22:26:45 -0300 Subject: Remove event patches (I think only daily?) --- npc/functions/daily.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/functions/daily.txt') 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; -- cgit v1.2.3-60-g2f50