diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-17 18:39:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-17 18:39:30 -0300 |
commit | 0d992474b88513c01958bb807b56eafc0bedbcd6 (patch) | |
tree | 7f765adee1e8308d4a7e5a74e3dd55f5de90c2c0 /npc | |
parent | a79e9ae948cf8b41ad1d0449c1e47353d4d9caee (diff) | |
download | serverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.tar.gz serverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.tar.bz2 serverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.tar.xz serverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.zip |
Dummy message
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/daily.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt index 4a8ad63b8..b02a4c303 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -132,10 +132,11 @@ function script daily_login_bonus_handler { if (!GSET_DAILYREWARD_SILENT) { setnpcdialogtitle l("Daily Login Rewards"); setskin "daily_"+#LOGIN_STREAK; - mes "This is a debug message. Your manaplus version is wrong."; - mes "You should not be reading this. I'll call you a cheater."; - mes "I hope you report this (if a bug). Reading source code?"; - mes "4144 will hear about this. You are NOT amazing by the way."; + mes "Please keep your ManaPlus updated."; + //mes "This is a debug message. Your manaplus version is wrong."; + //mes "You should not be reading this. I'll call you a cheater."; + //mes "I hope you report this (if a bug). Reading source code?"; + //mes "4144 will hear about this. You are NOT amazing by the way."; select("Ok"); setskin ""; closeclientdialog; |