CombineMiniButtons - fix not hooking on combat login.

This commit is contained in:
Sattva
2024-03-23 10:19:21 +03:00
parent cc16998586
commit d356f2739d
2 changed files with 8 additions and 18 deletions
+4 -9
View File
@@ -10,12 +10,6 @@ Chat History - (needs fixing) make sure it can be working with more
Media - Need to fix Movies, to be playable.
Manage Buffs - Consolidated Buffs Test, and fix if needed. Will it be moved as intended if user has Consolidated Buffs?
Manage Debuffs - Fix it
MinimapButtons - Add combat login workaround - currently after combat, the icons are not updated.
GetColoredName() - Recent Chat
Arena queue timer
@@ -24,11 +18,10 @@ Hide Error text, permit user to enter partial to not un-hide some error text.
-(For example arena ready crystal red error shows how many players ready.)
- You are in shapeshift,
Minimap - Add option to hide Calendar, instead show it with middle button.
Minimap - MailIcon - Move - Create Dropdown with anchor.
ManageBuffs - fix it, currently if 2 rows, it breaks.
Manage Debuffs - make it somehow to be movable even if there are no debuffs shown.
--------------------------------------------------------------------------------
-- What needs to be tested:
@@ -46,6 +39,8 @@ LibCandyBar - Will it be conflicting with other addons that use 3.3.5 versio
ShowFlightPaths - Will StopLandingEvent work correctly on summon, BG/arena accept
Manage Debuffs - Test IT in fight.
--------------------------------------------------------------------------------
-- Stuff to-do:
+4 -9
View File
@@ -4784,9 +4784,10 @@
local maxButtonsPerColumn = 5 -- maximum number of buttons per column
local maxColumns = 3 -- maximum number of columns
if InCombatLockdown() then
return -- Stop execution if player is in combat.
end
-- not sure why i added it.
--if InCombatLockdown() then
-- return -- Stop execution if player is in combat.
--end
local excludedPatterns = {}
for pattern in string.gmatch(LeaPlusDB["MiniExcludeList"], "[^,]+") do
@@ -5699,12 +5700,6 @@
end
-- This function shows the minimap buttons by setting their alpha to 1.
local function ShowMinimapButtons()
for name, button in pairs(minimapButtons) do