From 347eb964bdef92a62cf15708e4efd4b5a765ae9f Mon Sep 17 00:00:00 2001 From: Spahbod Date: Fri, 29 Jun 2012 04:14:06 +0000 Subject: [PATCH] Fixed an error in description. This was SVN commit r12039. --- binaries/data/mods/public/maps/random/the_nile.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binaries/data/mods/public/maps/random/the_nile.json b/binaries/data/mods/public/maps/random/the_nile.json index 3fac3c333a..e6182c7093 100644 --- a/binaries/data/mods/public/maps/random/the_nile.json +++ b/binaries/data/mods/public/maps/random/the_nile.json @@ -2,10 +2,11 @@ "settings" : { "Name" : "The Nile", "Script" : "the_nile.js", - "Description" : "A calm wide river divides the map into northern and southern parts.", + "Description" : "A calm wide river divides the map into western and eastern parts.", "BaseTerrain" : ["desert_sand_dunes_100"], "BaseHeight" : 1, "Keywords": ["naval"], + "Preview" : "the_nile.png", "CircularMap" : true, "XXXXXX" : "Optionally define other things here, like we would for a scenario" }