Fixed a typo on UnitGUID call
This commit is contained in:
@@ -340,7 +340,7 @@ end
|
||||
local pName = playerName
|
||||
playerName = playerName:gsub("%-.*", "") --remove realm name
|
||||
if (find_name_declension(actorName, playerName)) then
|
||||
ownerGUID = unitGUID(pName)
|
||||
ownerGUID = UnitGUID(pName)
|
||||
ownerName = pName
|
||||
ownerFlags = 0x514
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user