Skip to content

Commit

Permalink
Feral - Updated to TWW 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Aug 24, 2024
1 parent ae11f0b commit d8849bf
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 570 deletions.
4 changes: 1 addition & 3 deletions BadRotations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ local _, br = ...
br._G = setmetatable({}, { __index = _G })
br._G.GetSpellInfo = function(spellIdentifier)
local spellInfo = br._G.C_Spell.GetSpellInfo(spellIdentifier)
---@diagnostic disable-next-line: redundant-return-value
if spellInfo then
---@diagnostic disable-next-line: redundant-return-value
return spellInfo.name, _, spellInfo.iconID, spellInfo.castTime, spellInfo.minRange,
---@diagnostic disable-next-line: redundant-return-value
spellInfo.maxRange, spellInfo.spellID, spellInfo.originalIconID
else
return nil
end
end
br.unlock = {}
Expand Down
Loading

0 comments on commit d8849bf

Please sign in to comment.