Fixed a typo
Caused players pet not be detected after a boss kill. -Ratatosk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user