Remove 's from potential pet owner
This commit is contained in:
@@ -213,6 +213,7 @@ end
|
|||||||
else
|
else
|
||||||
for playerName in actorName:gmatch("([^%s']+)") do
|
for playerName in actorName:gmatch("([^%s']+)") do
|
||||||
playerName = playerName:gsub(",", "")
|
playerName = playerName:gsub(",", "")
|
||||||
|
playerName = playerName:gsub("'s$", "")
|
||||||
local playerIsOnRaidCache = currentCombat.raid_roster[playerName]
|
local playerIsOnRaidCache = currentCombat.raid_roster[playerName]
|
||||||
if (playerIsOnRaidCache) then
|
if (playerIsOnRaidCache) then
|
||||||
ownerGUID = UnitGUID(playerName)
|
ownerGUID = UnitGUID(playerName)
|
||||||
|
|||||||
Reference in New Issue
Block a user