Skip to content

Commit

Permalink
fix UnitHasVehicleUI missing in classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiatra committed Dec 12, 2022
1 parent de682bb commit 2fee57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jostle2.lua
Expand Up @@ -6,6 +6,7 @@ Jostle2.hooks = {}
local debug = ChocolateBar and ChocolateBar.Debug or function() end
local Jostle2Update = CreateFrame("Frame")
local _G, pairs = _G, pairs
local UnitHasVehicleUI = UnitHasVehicleUI and UnitHasVehicleUI or function() end

local blizzardFrames = {
'MicroButtonAndBagsBar',
Expand Down

0 comments on commit 2fee57a

Please sign in to comment.