Skip to content

Commit

Permalink
Adjusted isMounted
Browse files Browse the repository at this point in the history
  • Loading branch information
Geigerkind committed Dec 4, 2018
1 parent 15c5f01 commit a31a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Conditions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local UnitInRaid = UnitInRaid
local GetBattlefieldStatus = GetBattlefieldStatus

function MPOWA:IsMounted()
self.mounted = IsMounted();
self.mounted = IsMounted() ~= nil;
end

local UnitInParty = UnitInParty
Expand Down

0 comments on commit a31a84d

Please sign in to comment.