Skip to content

Commit

Permalink
Fixed a typo on UnitGUID call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed May 6, 2023
1 parent be1f7ef commit ab7073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/container_actors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab7073c

Please sign in to comment.