diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 93a6b371..2f097e4e 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -14,7 +14,7 @@ function script checkclientversion { next; mes col("Not all features will work.", 9); next; - mes col("Please install the new client from http://www.evolonline.org/ or http://manaplus.org/", 9); + mesc l("Please install the new client from %s.", "[@@https://manaplus.org/|@@]"); next; return; } |