From 2723eb009f9bdbc7b5ab45e15918531df2f92e02 Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 3 Mar 2024 10:35:44 +0100 Subject: [PATCH] turtle-wow: only extend autoshift if module is enabled --- modules/turtle-wow.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/turtle-wow.lua b/modules/turtle-wow.lua index 4837d43d..4c207631 100644 --- a/modules/turtle-wow.lua +++ b/modules/turtle-wow.lua @@ -10,7 +10,9 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function () pfUI_locale["enUS"]["debuffs"]["Hand of Reckoning"] = { [0] = 3.0 } -- add tree of life druid form to autoshift - table.insert(pfUI.autoshift.shapeshifts, "ability_druid_treeoflife") + if pfUI.autoshift then + table.insert(pfUI.autoshift.shapeshifts, "ability_druid_treeoflife") + end -- disable turtle wow's map window implementation if pfUI.map and not Cartographer and not METAMAP_TITLE then