mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
removed a broken event registration from the PVPRank tag.
This commit is contained in:
@ -432,7 +432,7 @@ DogTag:AddTag("Unit", "PvPRank", {
|
||||
'unit', 'string;undef', 'player'
|
||||
},
|
||||
ret = "string;nil",
|
||||
events = "UNIT_NAME_UPDATE#$unit;PLAYER_ENTERING_WORLD#$unit",
|
||||
events = "UNIT_NAME_UPDATE#$unit",
|
||||
doc = L["Return the PvP rank or wrap the PvP rank of unit around value"],
|
||||
example = ('[PvPRank] => %q; [NameRealm:PvPRank] => %q'):format(_G.PVP_RANK_10_1, _G.PVP_RANK_10_1 .. " " .. UnitName("player") .. "-" .. GetRealmName()),
|
||||
category = L["Characteristics"]
|
||||
|
Reference in New Issue
Block a user