Skip to content

Commit

Permalink
hovering pets, no longer shows their abilities, ... (#1)
Browse files Browse the repository at this point in the history
* hovering pets, no longer shows abilities

* solution for ColorPicker appearing in the background

In the future I'll just use the Ace Library to do this, eventually.

* removed Dual Wield(674) spell

* removed empty npcs
  • Loading branch information
mattcapazz authored Jun 10, 2023
1 parent 443b24c commit ed86e7c
Show file tree
Hide file tree
Showing 3 changed files with 2,772 additions and 2,774 deletions.
1 change: 1 addition & 0 deletions MobSpells/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function ARGB2HEX(a, r, g, b)
end

local function UpdateTooltip(self, info)
if UnitPlayerControlled("mouseover") then return end
if MobSpellsCfg["showAbilitiesLabel"] then self:AddLine("|r|nAbilities:", 1, 1, 1) end

local healing = MobSpellsCfg["colorHealing"]
Expand Down
Loading

0 comments on commit ed86e7c

Please sign in to comment.