summaryrefslogtreecommitdiff
path: root/npc/functions/daily.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-17 18:39:30 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-17 18:39:30 -0300
commit0d992474b88513c01958bb807b56eafc0bedbcd6 (patch)
tree7f765adee1e8308d4a7e5a74e3dd55f5de90c2c0 /npc/functions/daily.txt
parenta79e9ae948cf8b41ad1d0449c1e47353d4d9caee (diff)
downloadserverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.tar.gz
serverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.tar.bz2
serverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.tar.xz
serverdata-0d992474b88513c01958bb807b56eafc0bedbcd6.zip
Dummy message
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r--npc/functions/daily.txt9
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;