Skip to content

Commit

Permalink
Merge pull request Softrix#31 from ynazar1/Combined-TWW-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Softrix authored Aug 1, 2024
2 parents 63f5fed + f466d6f commit 104e319
Show file tree
Hide file tree
Showing 6 changed files with 1,467 additions and 1,357 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

*.wowproj
*.wowsln
.vscode/settings.json
2 changes: 1 addition & 1 deletion Libs/Broker_SmartBuff/Broker_SmartBuff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ F.LS = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("SmartBuff", {
SMARTBUFF_OToggle();
SMARTBUFF_BROKER_SetIcon(); -- bug fix, credit: SunNova
elseif (msg == "LeftButton" and IsAltKeyDown()) then
if (IsAddOnLoaded("SmartDebuff")) then
if (C_AddOns.IsAddOnLoaded("SmartDebuff")) then
SMARTDEBUFF_ToggleSF();
end
elseif (msg == "LeftButton") then
Expand Down
1,447 changes: 734 additions & 713 deletions SmartBuff.buffs.lua

Large diffs are not rendered by default.

Loading

0 comments on commit 104e319

Please sign in to comment.