From b145f43e2dc2818d62597fc5399094edd0860e96 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Tue, 24 Mar 2015 10:41:34 +0100
Subject: [PATCH] Fixed alchemists & summoners exiting the Dreams of the
 caldera

---
 game/modules/tome/data/zones/dreams/zone.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/data/zones/dreams/zone.lua b/game/modules/tome/data/zones/dreams/zone.lua
index 06db0b6015..7f4db0495a 100644
--- a/game/modules/tome/data/zones/dreams/zone.lua
+++ b/game/modules/tome/data/zones/dreams/zone.lua
@@ -305,6 +305,7 @@ You feel good!]],
 			for pmem, def in pairs(game.party.members) do
 				if pmem.caldera_x and pmem.caldera_y then
 					pmem:move(pmem.caldera_x, pmem.caldera_y, true)
+					if not game.level:hasEntity(pmem) then game.level:addEntity(pmem) end
 				end
 			end
 			game.party:setPlayer(game:getPlayer(true))
-- 
GitLab