diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-16 22:26:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-16 22:26:45 -0300 |
commit | 9e6bcfbd7d7077bb7fd707b4a686e2f38647321f (patch) | |
tree | 0e5c235e356853c4fc1fe8277a2a57a16baa7a90 /npc | |
parent | 48ae43e23c4daca0733fa5f2e711e997b1bf1cf5 (diff) | |
download | serverdata-9e6bcfbd7d7077bb7fd707b4a686e2f38647321f.tar.gz serverdata-9e6bcfbd7d7077bb7fd707b4a686e2f38647321f.tar.bz2 serverdata-9e6bcfbd7d7077bb7fd707b4a686e2f38647321f.tar.xz serverdata-9e6bcfbd7d7077bb7fd707b4a686e2f38647321f.zip |
Remove event patches (I think only daily?)
Diffstat (limited to 'npc')
-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; |