Commit a4fb0683 authored by Ivaria's avatar Ivaria
Browse files

Disable use of vehicle macro conditionals for now to workaround Antoran High...

Disable use of vehicle macro conditionals for now to workaround Antoran High Command encounter issue
parent 5edff430
......@@ -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";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment