Fixing small mistake on the event string for the stagger tag

This commit is contained in:
Andrew Scott
2016-10-26 20:04:21 -07:00
parent 380b0494f9
commit 01204aaffa

View File

@ -192,7 +192,7 @@ DogTag:AddTag("Unit", "Stagger", {
'unit', 'string;undef', 'player',
},
ret = "number",
events = "UNIT_ABSORB_AMOUNT_CHANGED#player",
events = "UNIT_ABSORB_AMOUNT_CHANGED#$unit",
doc = L["Return the current stagger amount of unit"],
example = ('[Stagger] => "%d"'):format(UnitStagger("player")),
category = L["Power"]