Prevent cinematics from resetting the WorldFrame during combat
DDCorkum opened this issue ยท 2 comments
Issue: Beginning in Battle for Azeroth, some raid encounters have cinematics during combat between phases. These cause the Cinematic Frame to override the custom WorldFrame position, and CT_Viewport is unable to recover because of combat lockdown.
Examples:
- Jaina freezing the sea (8.1)
- The mythic-only room in N'Zoth (8.3)
Suggested solution:
/run CinematicFrame:SetScript("OnShow", nil)
/run CinematicFrame:SetScript("OnHide", nil)
Reference: https://www.curseforge.com/wow/addons/ctmod?comment=923
Potential fix already being tested, but this will not be deployed until 9.0.0.1 to allow time for testing.