mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update #39
This commit is contained in:
@@ -484,8 +484,8 @@ end
|
|||||||
|
|
||||||
local function IsInShapeshiftForm()
|
local function IsInShapeshiftForm()
|
||||||
for i = 1, GetNumShapeshiftForms() do
|
for i = 1, GetNumShapeshiftForms() do
|
||||||
local _, _, active = GetShapeshiftFormInfo(i)
|
local _, name, active = GetShapeshiftFormInfo(i)
|
||||||
if active ~= nil then return true end
|
if name ~= "Moonkin Form" and active ~= nil then return true end
|
||||||
end
|
end
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user