Skip to content

Commit

Permalink
turtle-wow: add paladin taunt timers
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Feb 26, 2024
1 parent dfa1149 commit 715776e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/turtle-wow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function ()
delay:SetScript("OnUpdate", function()
this:Hide()

-- custom debuff durations
pfUI_locale["enUS"]["debuffs"]["Hand of Reckoning"] = { [0] = 3.0 }

-- disable turtle wow's map window implementation
if pfUI.map and not Cartographer and not METAMAP_TITLE then
_G.WorldMapFrame_Maximize()
Expand Down

0 comments on commit 715776e

Please sign in to comment.