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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/renderer/gameserver/data.ts b/src/renderer/gameserver/data.ts
index e3162f6..8140581 100644
--- a/src/renderer/gameserver/data.ts
+++ b/src/renderer/gameserver/data.ts
@@ -2,6 +2,7 @@
import {socialLink} from './server';
import GameServer from './server';
import GameServerProfile from './profile';
+import { NewsType } from './news';
const TMW2 = new GameServer(
@@ -15,6 +16,7 @@ const TMW2 = new GameServer(
"TMW2: Monster Wars",
"What happens if you mix TMW with Evol and add many new Ideas",
"https://tmw2.org/news",
+ {url:"http://updates.tmw2.org/news.txt",type:NewsType.ManaPlus},
[{isVideo:false,file:"tmw2/background1.png"}],
"tmw2/icon.png",
[
@@ -34,6 +36,7 @@ const Evol = new GameServer(
"Evol Online",
"[EvolDescription]",
"https://evolonline.org/",
+ undefined,
[{isVideo:false,file:"evol/background1.png"}],
"evol/icon.png",
[
@@ -51,6 +54,7 @@ const TMW = new GameServer(
"The Mana World",
"The clasic TMW experience. Join adventures with people from all over the world.",
"https://www.themanaworld.org/news-feed.php",
+ undefined,
[{isVideo:false,file:"tmw/background1.png"}],
"tmw/icon.png",
[