From 6f11fba50c92d937689646dc9ef4bfbf63da0fa3 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 13 Nov 2008 18:15:23 +0000 Subject: Move local imports to the end of the main files This makes it easier to overwrite existing values. It also removes an unused import. --- conf/map_athena.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/map_athena.conf') diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 6ea1184e..25ea0676 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -1,8 +1,5 @@ // eAthena Map-Server Configuration File -// local settings for this server in this file -import: conf/map_local.conf - // Maps map: new_39-1.gat map: new_38-1.gat @@ -321,3 +318,6 @@ npc: npc/new_38-1-woodland-mine/receptionist.txt // Halloween 2008 // npc: npc/halloween/2008/monsters.txt // npc: npc/halloween/2008/prize_master.txt + +// local settings for this server in this file +import: conf/map_local.conf -- cgit v1.2.3-60-g2f50