Skip to content

Commit

Permalink
Merge pull request #800 from einard85/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
Tercioo authored Aug 3, 2024
2 parents 2480e33 + 28d4240 commit 7ffb0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,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)
Expand Down Expand Up @@ -1893,4 +1893,4 @@ restrictedAddonFrame:SetScript('OnEvent', function() C_Timer.After(2, disableRes

C_Timer.After(5, function()
--TutorialPointerFrame_1:HookScript("OnShow", function(self) self:Hide() end) --remove on v11 launch
end)
end)

0 comments on commit 7ffb0c7

Please sign in to comment.