Localify it

This commit is contained in:
Logan Payton
2018-05-31 14:57:13 -04:00
parent 6d7a72db8f
commit cd3d76f27a
+1 -1
View File
@@ -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