mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-26 17:36:04 +00:00
turtle-wow: only extend autoshift if module is enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user