Fix small mistake I made adding WoTLK ComboPoint compatability in r80794.

This commit is contained in:
shefki
2008-08-23 20:12:38 +00:00
parent e75760baee
commit 2c88b53b30

View File

@ -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"],