File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66core.lua
Original file line number Diff line number Diff line change 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
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 ()
You can’t perform that action at this time.
0 commit comments