mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 00:44:45 +00:00
cleanup
This commit is contained in:
@@ -448,8 +448,8 @@ end
|
||||
|
||||
local function IsInShapeshiftForm()
|
||||
for i = 1, GetNumShapeshiftForms() do
|
||||
local texture, _, active = GetShapeshiftFormInfo(i)
|
||||
if i ~= 5 and active ~= nil then
|
||||
local _, _, active = GetShapeshiftFormInfo(i)
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user