diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-27 13:19:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-27 13:19:52 -0300 |
commit | 8960300838b64d440b6939cdae5c8dfc13bd88fe (patch) | |
tree | 3b3a2efc051874147c08cd506e55a4e9ab65c2c7 /npc/functions | |
parent | 4d91c975867d19c0c5a1b190569ae3bda951a16e (diff) | |
download | serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.gz serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.bz2 serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.tar.xz serverdata-8960300838b64d440b6939cdae5c8dfc13bd88fe.zip |
Remove all mentions from evolonline.org from NPCs and IRC.
However, I cannot find the update server to update it
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; } |