summaryrefslogtreecommitdiff
path: root/src/renderer/gameserver/data.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/gameserver/data.ts')
-rw-r--r--src/renderer/gameserver/data.ts9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/renderer/gameserver/data.ts b/src/renderer/gameserver/data.ts
index 92cf250..a07c717 100644
--- a/src/renderer/gameserver/data.ts
+++ b/src/renderer/gameserver/data.ts
@@ -28,7 +28,8 @@ const TMW2 = new GameServer(
new socialLink("fab fa-steam","Steam Group","http://steamcommunity.com/groups/TheManaWorld2"),
new socialLink("fab fa-twitter","Twitter","https://twitter.com/TheManaWorld2"),
new socialLink("fab fa-gitlab","Gitlab","https://gitlab.com/TMW2"),
- ]
+ ],
+ "https://tmw2.org/legal"
);
const Evol = new GameServer(
@@ -46,7 +47,8 @@ const Evol = new GameServer(
"evol/icon.png",
[
new socialLink("fas fa-home","Website","https://evolonline.org/"),
- ]
+ ],
+ "http://wiki.evolonline.org/rules/gamerules"
);
const TMW = new GameServer(
@@ -65,7 +67,8 @@ const TMW = new GameServer(
[
new socialLink("fas fa-home","Website","https://www.themanaworld.org/"),
new socialLink("fas fa-users","Forum","https://forums.themanaworld.org/"),
- ]
+ ],
+ "https://wiki.themanaworld.org/index.php/The_Mana_World:Terms_and_Conditions"
);
export const GameServers = [