From 67b38a331612bd3bc17ff287dd3332000cd09eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 11 Dec 2010 15:51:54 +0100 Subject: [PATCH] maps: Use the EGS colony zone 0 by default. --- include/maps.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/maps.hrl b/include/maps.hrl index e8585f6..feea442 100644 --- a/include/maps.hrl +++ b/include/maps.hrl @@ -512,7 +512,7 @@ % Colony - {[1100000, 0], [{file, "data/lobby/colony.zone-0.nbl"}]}, + {[1100000, 0], [{file, nofile}]}, {[1100000, 1], [{file, "data/lobby/colony.zone-1.nbl"}]}, {[1100000, 2], [{file, "data/lobby/colony.zone-2.nbl"}]}, {[1100000, 3], [{file, "data/lobby/colony.zone-3.nbl"}]},