Skip to content

Commit

Permalink
Merge pull request #777 from Flamanis/remove-possessive-in-classic-pe…
Browse files Browse the repository at this point in the history
…t-owner

Remove 's from potential pet owner in Classic/Era
  • Loading branch information
Tercioo authored Jul 18, 2024
2 parents 0095c6f + 2f61d58 commit b134822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/container_actors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ end
else
for playerName in actorName:gmatch("([^%s]+)") do
playerName = playerName:gsub(",", "")
playerName = playerName:gsub("'s$", "")
local playerIsOnRaidCache = currentCombat.raid_roster[playerName]
if (playerIsOnRaidCache) then
ownerGUID = UnitGUID(playerName)
Expand Down

0 comments on commit b134822

Please sign in to comment.