diff options
-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; |