File Details
CloakFiberHelper.zip
- R
- Aug 10, 2025
- 61.79 KB
- 27
- 11.2.0
- Retail
File Name
CloakFiberHelper.zip
Supported Versions
- 11.2.0
Fix: Suppress popups when socketing UI is open to prevent taint
This commit prevents the "wrong fiber" and "no cloak" popups from appearing while the Blizzard socketing UI is open. This avoids tainting protected game functions, which can occur when UI elements are unexpectedly interacted with during protected actions.
The fix includes:
- Adding a function
isSocketingFrameOpen()to detect if the socketing UI is active. - Checking
isSocketingFrameOpen()before showing the popups. - Registering for
SOCKET_INFO_UPDATEandSOCKET_INFO_CLOSEevents to hide popups while socketing and re-evaluate the cloak status when socketing closes. This ensures the user gets the correct feedback after finishing socketing.