Fixed a typo on UnitGUID call

This commit is contained in:
Tercio Jose
2023-05-06 19:01:56 -03:00
parent be1f7efdb1
commit ab7073ce3e
+1 -1
View File
@@ -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