Skip to content

Commit

Permalink
Bugfix Botbars
Browse files Browse the repository at this point in the history
Left-Side-Botbar didnt appear.
  • Loading branch information
Macx-Lio authored Oct 18, 2024
1 parent dffa0e6 commit 35935e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiBotDruid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ MultiBot.addDruid = function(pFrame, pCombat, pNormal)
MultiBot.ShowHideSwitch(pButton.getFrame("Playbook"))
end

tFrame = pFrame.addFrame("Playbook", -62, 30)
local tFrame = pFrame.addFrame("Playbook", -62, 30)
tFrame:Hide()

tFrame.addButton("CasterDebuff", 0, 0, "ability_druid_cower", MultiBot.tips.druid.playbook.casterDebuff).setDisable()
Expand Down

0 comments on commit 35935e8

Please sign in to comment.