summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/clientversion.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index e953e4c26..f51deaccc 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -146,7 +146,6 @@ function script checkclientversion {
mesc l("Use @@ to read the new version.", "@rules"), 1;
//GameRules S_NO_NPC_NAME | S_LAST_NEXT;
}
- /*
// Msawis bug
// ter fev 19 12:15:00 -03 2019
if (UPDATE < 1550589300) {
@@ -159,12 +158,15 @@ function script checkclientversion {
mesc l("Due this bug, when you logged off on the BotCheck Area, the server jailed you. We wanted to deliver you a token of apology!"), 3;
mesc l("Sorry, and enjoy the game! Your TMW2 Staff Team."), 3;
mesc l("Token Of Apology: 1x @@", getitemlink(SupremeGift));
+ mes "";
+ mesc l("Please contact @@ to clear this misunderstanding.", b("Jesusalva")), 1;
getitem SupremeGift, 1;
sc_end SC_JAILED;
+ if (getmap() ~= "sec_pri")
+ warp "Save", 0, 0;
next;
}
}
- */