diff --git a/conf/e2/config.json b/conf/e2/config.json index ca157f501..f9f9b2df0 100644 --- a/conf/e2/config.json +++ b/conf/e2/config.json @@ -8,6 +8,8 @@ "jsreport" ], "settings": { + "game.name" : "Eressea", + "game.id" : 2, "orders.default": "work", "NewbieImmunity": 8, "modules.wormholes": true, diff --git a/conf/e3/config.json b/conf/e3/config.json index fd533070e..8783055b8 100644 --- a/conf/e3/config.json +++ b/conf/e3/config.json @@ -25,6 +25,8 @@ "jsreport" ], "settings": { + "game.name" : "Eressea", + "game.id" : 3, "orders.default": "work", "database.gameid": 7, "NewbieImmunity": 4, diff --git a/conf/e4/config.json b/conf/e4/config.json index 91961258a..e11b13a1c 100644 --- a/conf/e4/config.json +++ b/conf/e4/config.json @@ -25,6 +25,8 @@ "jsreport" ], "settings": { + "game.name" : "Eressea", + "game.id" : 4, "orders.default": "work", "database.gameid": 7, "NewbieImmunity": 4,