Skip to content

Commit 8e2e034

Browse files
author
Ketrel
committed
Fixed for 11.2.0
1 parent 05ff897 commit 8e2e034

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

IWalkAlone/IWalkAlone.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Interface: 110007
1+
## Interface: 110200
22
## Title: I Walk Alone
33
## Author: Marq
4-
## Version: 4.0.7
4+
## Version: 4.2.0
55
## SavedVariablesPerCharacter: IWalkAlone
66
core.lua

IWalkAlone/core.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
function IWA:Reload()
129129
IWA:CRFM_UpdateShown()
130130
IWA:CPF_UpdateVisibility()
131-
IWA:CRFM_UpdateOptionsFlowContainer()
131+
--IWA:CRFM_UpdateOptionsFlowContainer()
132132
IWA:CPF_Title()
133133
end
134134

@@ -167,7 +167,7 @@
167167
--================================
168168
hooksecurefunc("CompactRaidFrameManager_UpdateShown", IWA.CRFM_UpdateShown)
169169
hooksecurefunc(CompactPartyFrame, "UpdateVisibility", IWA.CPF_UpdateVisibility)
170-
hooksecurefunc("CompactRaidFrameManager_UpdateOptionsFlowContainer", IWA.CRFM_UpdateOptionsFlowContainer)
170+
--hooksecurefunc("CompactRaidFrameManager_UpdateOptionsFlowContainer", IWA.CRFM_UpdateOptionsFlowContainer)
171171
----------------------------------
172172

173173
IWA:CPF_Title()

0 commit comments

Comments
 (0)