Release Candidate 1

This commit is contained in:
Tercio Jose
2023-01-04 20:12:55 -03:00
parent 332c47b873
commit da5481c143
9 changed files with 77 additions and 9 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function Details222.Pets.AkaarisSoulOwner(petGUID)
local args = tooltipData.args
local playerGUID
--iteragfe among args and find into the value field == guid and it must have guidVal
--iterate among args and find into the value field == guid and it must have guidVal
for i = 1, #args do
local arg = args[i]
if (arg.field == "guid") then