mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
Localify it
This commit is contained in:
@@ -472,7 +472,7 @@ end
|
|||||||
|
|
||||||
local function IsInShapeshiftForm()
|
local function IsInShapeshiftForm()
|
||||||
for i = 1, GetNumShapeshiftForms() do
|
for i = 1, GetNumShapeshiftForms() do
|
||||||
_, _, active = GetShapeshiftFormInfo(i)
|
local _, _, active = GetShapeshiftFormInfo(i)
|
||||||
if active ~= nil then return true end
|
if active ~= nil then return true end
|
||||||
end
|
end
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user