diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index 619473b..dd62d4e 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -944,7 +944,7 @@ WeakAuras.event_prototypes = { return GetComboPoints(UnitInVehicle("player") and "vehicle" or "player", "target"), 5, true; end, stacksFunc = function(trigger) - return GetComboPoints(UnitInVehicle("player") and "vehicle" or "player", "target"), true; + return GetComboPoints(UnitInVehicle("player") and "vehicle" or "player", "target"); end, automaticrequired = true },