Fixed more bugs on the new Breakdown Window

This commit is contained in:
Tercio Jose
2023-05-01 14:20:04 -03:00
parent 11a6c48ddd
commit 690168bef3
82 changed files with 938 additions and 913 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ local min = math.min
local unpack = unpack
local type = type
--api locals
local _GetSpellInfo = _detalhes.getspellinfo
local _GetSpellInfo = Details.getspellinfo
local GameTooltip = GameTooltip
local IsInRaid = IsInRaid
local IsInGroup = IsInGroup
@@ -20,9 +20,9 @@ local format = _G.format
local UnitIsUnit = UnitIsUnit
local _string_replace = _detalhes.string.replace --details api
local _string_replace = Details.string.replace --details api
local _detalhes = _G._detalhes
local _detalhes = _G.Details
local Details = _detalhes
local AceLocale = LibStub("AceLocale-3.0")
local Loc = AceLocale:GetLocale ( "Details" )