From 6b9c3374140df9cefb06015f084874f5ca583c1b Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 31 Oct 2010 14:43:00 +0000 Subject: [PATCH] plop git-svn-id: http://svn.net-core.org/repos/t-engine4@1737 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/maps/wilderness/eyal.lua | 2 +- tiled-maps/{maj-eyal.tmx => eyal.tmx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tiled-maps/{maj-eyal.tmx => eyal.tmx} (100%) diff --git a/game/modules/tome/data/maps/wilderness/eyal.lua b/game/modules/tome/data/maps/wilderness/eyal.lua index 225bc1cae8..1cb382fde6 100644 --- a/game/modules/tome/data/maps/wilderness/eyal.lua +++ b/game/modules/tome/data/maps/wilderness/eyal.lua @@ -90,7 +90,6 @@ addData{ }, } - -- addSpot section addSpot({33, 40}, "patrol", "allied-kingdoms") addSpot({24, 17}, "patrol", "allied-kingdoms") @@ -135,6 +134,7 @@ addSpot({153, 19}, "farportal-end", "fareast") addSpot({162, 31}, "farportal-end", "gates-of-morning") addSpot({59, 39}, "farportal-end", "last-hope") addSpot({68, 22}, "farportal-end", "iron-throne") +addSpot({59, 13}, "farportal-end", "demon-plane-arrival") -- addZone section addZone({1, 1, 78, 46}, "zonename", "Maj'Eyal") diff --git a/tiled-maps/maj-eyal.tmx b/tiled-maps/eyal.tmx similarity index 100% rename from tiled-maps/maj-eyal.tmx rename to tiled-maps/eyal.tmx -- GitLab