Equipment Manager ignoring "Ignore zone change" option with Load-Screens
Description
Equipment is swapped after a load screen even if "Ignore zone change" option is selected. This is annoying in e.g. HoV after releasing.
Shadow & Light Version
3.34
ElvUI Version
10.72
Steps to Reproduce
- Setup equipment manager to have a set as default with "Ignore zone change" enabled
- Go into HoV and equip a different set
- Die and release far enough away from the entrance to trigger a loadscreen
- Equip is switched
OR
- Setup equipment manager to have a set as default with "Ignore zone change" enabled
- Equip another set
- Go through any zone change which triggers a load screen (starting m+ triggers this as well)
Expected Behavior
Automatic equipment swap should not happen after load screen if "Ignore zone change" is selected. Alternatively a new option should be added.
Actual Behavior
Equipment sets are swapped after a load screen.
ElvUI + S&L Enabled
Yes
Only ElvUI Enabled
No
Additional Information
The following commit added the issue: https://git.tukui.org/Darth_Predator/elvui-shadowandlight/commit/1afaa38b91fcbb01c2d761f1f681323740a3ed6b with "self:RegisterEvent("LOADING_SCREEN_DISABLED", Equip)"
"if event == "ZONE_CHANGED" and EM.db.onlyTalent then return end" could be adjusted to match the new event as well.
Error Log
N/A