From 18b07ee72baec06a6417e0da24b002e833cd4b05 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Sun, 2 Feb 2014 15:40:28 +0100 Subject: [PATCH] Fixed quakes --- game/modules/tome/class/Zone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/Zone.lua b/game/modules/tome/class/Zone.lua index 49548c62ab..69c025dd50 100644 --- a/game/modules/tome/class/Zone.lua +++ b/game/modules/tome/class/Zone.lua @@ -66,7 +66,7 @@ function _M:doQuake(rad, x, y, check) game.level.map.attrs[l.x + l.y * w] = m.attrs for z, e in pairs(m.map or {}) do if e.move then - e.x = nil e.y = nil e:move(l.x, l.y, true) + e:move(l.x, l.y, true) end end end -- GitLab