mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
Fix small mistake I made adding WoTLK ComboPoint compatability in r80794.
This commit is contained in:
@ -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"],
|
||||
|
Reference in New Issue
Block a user