Fixed a typo
Caused players pet not be detected after a boss kill. -Ratatosk
This commit is contained in:
parent
fe05d2f9de
commit
5b160915e5
1 changed files with 1 additions and 1 deletions
2
boot.lua
2
boot.lua
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue