From 2fee57a1f79543035074da6588f008816ae2c349 Mon Sep 17 00:00:00 2001 From: Kiatra Date: Mon, 12 Dec 2022 03:31:59 +0100 Subject: [PATCH] fix UnitHasVehicleUI missing in classic --- Jostle2.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Jostle2.lua b/Jostle2.lua index 2f031c7..7018f57 100644 --- a/Jostle2.lua +++ b/Jostle2.lua @@ -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',