From 9f47b0df0670a138c367bf40fb9dcea5cf2033c5 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Mon, 21 Oct 2019 23:10:14 +0200 Subject: [PATCH] Fixed the possessors bug (for real I hope) --- game/modules/tome/class/Actor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua index 31b6bca295..3a424ac2fb 100644 --- a/game/modules/tome/class/Actor.lua +++ b/game/modules/tome/class/Actor.lua @@ -76,7 +76,7 @@ _M._no_save_fields.resting = true _M._no_save_fields.__project_source = true -- Dont save the the AI caches -_M._no_save_fields._ai_tact_wt_cache = true +_M._no_save_fields._ai_tact_wt_cache = true _M._no_save_fields._turn_ai_tactical = true _M._no_save_fields.aiOHash = true _M._no_save_fields.aiDHash = true -- GitLab