Merge pull request #25 from ElvUI-Vanilla/druid-hotkeys-2

Druid Hotkey Fix Fix
This commit is contained in:
Crum
2018-05-31 13:59:24 -05:00
committed by GitHub
+1 -1
View File
@@ -472,7 +472,7 @@ end
local function IsInShapeshiftForm()
for i = 1, GetNumShapeshiftForms() do
_, _, active = GetShapeshiftFormInfo(i)
local _, _, active = GetShapeshiftFormInfo(i)
if active ~= nil then return true end
end
return false