Remove 's from potential pet owner
This commit is contained in:
parent
e33102567b
commit
d0b1c5afb9
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue