This commit is contained in:
Pinya
2018-07-18 15:06:20 +03:00
parent de74893739
commit c60324af12
52 changed files with 48 additions and 190 deletions
+1 -1
View File
@@ -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