From a4fb068315c0ba4051704be259fdb3b78e8673b8 Mon Sep 17 00:00:00 2001
From: Ivaria <ivaria@vuhdo.io>
Date: Fri, 1 Dec 2017 04:08:48 +0000
Subject: [PATCH] Disable use of vehicle macro conditionals for now to
 workaround Antoran High Command encounter issue

---
 VuhDoMacroFactory.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/VuhDoMacroFactory.lua b/VuhDoMacroFactory.lua
index 4cd795d..fa50123 100644
--- a/VuhDoMacroFactory.lua
+++ b/VuhDoMacroFactory.lua
@@ -388,7 +388,8 @@ local function VUHDO_generateRaidMacroTemplate(anAction, anIsKeyboard, aTarget,
 		end
 		-- Blizzard has broken the way vehicles work for the Antoran High Command encounter
 		-- For now just disable vehicle support (note: this breaks encounters like Malygos)
-		tText = tText .. tCastText .. "[" .. tModiSpell .. "nounithasvehicleui,@vuhdo]" .. tVehicleCond .. " " .. anAction .. "\n";
+		--tText = tText .. tCastText .. "[" .. tModiSpell .. "nounithasvehicleui,@vuhdo]" .. tVehicleCond .. " " .. anAction .. "\n";
+		tText = tText .. tCastText .. "[" .. tModiSpell .. "@vuhdo]" .. tVehicleCond .. " " .. anAction .. "\n";
 		tText = tText .. tSpellPost;
 		if aPet then
 			tText = tText .. "/tar [unithasvehicleui,@vdpet]\n";
-- 
GitLab