Fixed a typo

Caused players pet not be detected after a boss kill.

-Ratatosk
This commit is contained in:
einard85 2024-08-03 21:15:12 +02:00 committed by andrew6180
parent fe05d2f9de
commit 5b160915e5

View file

@ -1559,7 +1559,7 @@ function Details222.ClassCache.MakeCache()
end
Details222.UnitIdCache.Party = {"player"}
Details222.UnitIdCache.PartyPet = {"playetpet"}
Details222.UnitIdCache.PartyPet = {"playerpet"}
for i = 1, 4 do
table.insert(Details222.UnitIdCache.Party, "party" .. i)
table.insert(Details222.UnitIdCache.PartyPet, "partypet" .. i)