Merge pull request #741 from Flamanis/TWW-Fixes

Initial changes to fix TWW issues
This commit is contained in:
Tercio Jose
2024-06-07 19:18:29 -03:00
committed by GitHub
21 changed files with 1239 additions and 21 deletions
+11
View File
@@ -171,6 +171,17 @@
--aura scanner
Details222.AuraScan = {}
local GetSpellInfo = GetSpellInfo or C_Spell.GetSpellInfo
Details222.GetSpellInfo = GetSpellInfo
if (DetailsFramework.IsWarWow()) then
Details222.GetSpellInfo = function(...)
local result = GetSpellInfo(...)
if result then
return result.name, 1, result.iconID
end
end
end
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--initialization stuff
local _