diff --git a/game/modules/tome/data/zones/wilderness-fareast/grids.lua b/game/modules/tome/data/zones/wilderness-fareast/grids.lua
deleted file mode 100644
index b91ef051f301151630999b06dea2fe64d8e5380e..0000000000000000000000000000000000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/grids.lua
+++ /dev/null
@@ -1,18 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
diff --git a/game/modules/tome/data/zones/wilderness-fareast/npcs.lua b/game/modules/tome/data/zones/wilderness-fareast/npcs.lua
deleted file mode 100644
index 54f3736d46e0bba482e647af43c7aaa074715a66..0000000000000000000000000000000000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/npcs.lua
+++ /dev/null
@@ -1,19 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
-
diff --git a/game/modules/tome/data/zones/wilderness-fareast/objects.lua b/game/modules/tome/data/zones/wilderness-fareast/objects.lua
deleted file mode 100644
index c8bcaaefa0100ea419e139e4051ccdeefb9aec98..0000000000000000000000000000000000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/objects.lua
+++ /dev/null
@@ -1,21 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
-
-load("/data/general/objects/objects-far-east.lua")
-load("/data/general/objects/lore/sunwall.lua")
diff --git a/game/modules/tome/data/zones/wilderness-fareast/zone.lua b/game/modules/tome/data/zones/wilderness-fareast/zone.lua
deleted file mode 100644
index 4f7da605331dcb18b1af60d77bb229bf09df4f40..0000000000000000000000000000000000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/zone.lua
+++ /dev/null
@@ -1,40 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
-
-return {
-	name = "Far East",
-	level_range = {1, 1},
-	max_level = 1,
-	width = 100, height = 100,
---	all_remembered = true,
---	all_lited = true,
-	persistant = "memory",
-	wilderness = true,
-	wilderness_see_radius = 4,
-	ambiant_music = "Far away.ogg",
-	generator =  {
-		map = {
-			class = "engine.generator.map.Static",
-			map = "wilderness/fareast",
-		},
-	},
-	on_enter = function()
-		game.state:goneEast()
-	end,
-}