From 23c8af7d99617137301b2d8666dc4448d044f6c5 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Tue, 19 Feb 2019 13:11:11 -0300
Subject: Handle vilbou too. You know. Just in case.

---
 npc/functions/clientversion.txt | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'npc')

diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index a44a535ed..6c91f2898 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -144,6 +144,7 @@ function	script	checkclientversion	{
         .@dg=1;
         mesc l("Game Rules were updated!"), 1;
         mesc l("Use @@ to read the new version.", "@rules"), 1;
+        mes "";
         //GameRules S_NO_NPC_NAME | S_LAST_NEXT;
     }
     // Msawis bug
@@ -170,6 +171,12 @@ function	script	checkclientversion	{
                 warp "Save", 0, 0;
             next;
         }
+        if (strcharinfo(0) == "vilbou") {
+            atcommand "@unjail vilbou";
+            sc_end SC_JAILED;
+            if (getmap() ~= "sec_pri")
+                warp "Save", 0, 0;
+        }
     }
 
 
-- 
cgit v1.2.3-70-g09d2