diff --git a/Categories/Misc.lua b/Categories/Misc.lua index f1be0f2..4322111 100644 --- a/Categories/Misc.lua +++ b/Categories/Misc.lua @@ -10,7 +10,7 @@ DogTag_Unit_funcs[#DogTag_Unit_funcs+1] = function(DogTag_Unit, DogTag) local L = DogTag_Unit.L DogTag:AddTag("Unit", "Combos", { - code = function () GetComboPoints("player") end, + code = function () return GetComboPoints("player") end, ret = "number", events = "PLAYER_COMBO_POINTS", doc = L["Return the number of combo points you have"],