mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
Fixing small mistake on the event string for the stagger tag
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user