Skip to content

Commit

Permalink
missed variable name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukme committed Dec 4, 2022
1 parent 7b020d4 commit fda5cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InspectEquip.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Notes: Shows where the equipment of inspected users or yourself is from.
## Notes-deDE: Zeigt an, wo die Ausrüstung betrachteter Spieler (oder deine eigene) her ist.
## Notes-zhCN: 显示被观察者或自己装备的出处。
## Version: 10.0.2.4
## Version: 10.0.2.5
## Author: emelio
## X-Maintainer: Nukme
## X-Repository: https://github.com/Nukme/InspectEquip
Expand Down
2 changes: 1 addition & 1 deletion Src/Modules/Inspect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ end
------------ TAINT REWORK ------------------
function IE:InspectPaperDollFrame_OnShow()
if IE.configDB.global.inspectWindow then
self:SetParent(InspectFrame)
self:InfoWindowSetParent(InspectFrame)
IE.InfoWindow:Hide()
if not IE.InspectFrame_UnitChangedHooked and InspectFrame_UnitChanged then
self:SecureHook("InspectFrame_UnitChanged")
Expand Down

0 comments on commit fda5cef

Please sign in to comment.