removed a broken event registration from the PVPRank tag.

This commit is contained in:
ellipsis
2008-07-11 22:05:16 +00:00
parent 40da7d4a5f
commit b094dd7155

View File

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