Skip to content

Commit

Permalink
Fix Pet XP tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Jan 25, 2023
1 parent c2078db commit 9b519fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libs/oUF_Plugins/oUF_TagsWithHeal/oUF_TagsWithHeal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1321,10 +1321,8 @@ local tagEvents = {
["color"] = "PLAYER_LOGIN", -- Dummy
["br"] = "PLAYER_LOGIN", -- Dummy
["castname"] = "UNIT_SPELLCAST_START UNIT_SPELLCAST_CHANNEL_START UNIT_SPELLCAST_STOP",
["xp"] = "PLAYER_XP_UPDATE UPDATE_EXHAUSTION",
["percxp"] = "PLAYER_XP_UPDATE",
["xpPet"] = "UNIT_PET_EXPERIENCE UNIT_LEVEL",
["percxpPet"] = "UNIT_PET_EXPERIENCE UNIT_LEVEL",
["xp"] = "PLAYER_XP_UPDATE UPDATE_EXHAUSTION UNIT_PET_EXPERIENCE UNIT_LEVEL",
["percxp"] = "PLAYER_XP_UPDATE UNIT_PET_EXPERIENCE UNIT_LEVEL",
["rep"] = "UPDATE_FACTION",
}

Expand Down

0 comments on commit 9b519fa

Please sign in to comment.