I affirm:
OS / platform the server is running (if known)
Branch affected by issue
base
Steps to reproduce
Complete PM 7-5 (properly, specifically via the battlefield fight, on a client version after old limbus was removed), then talk to Sagheera in Port Jeuno.
Expected behavior
When you talk to her after doing the above, you should get her initial spiel, then the various menu options for what she offers. However, currently you get stuck on info about various armour upgrades.
I've been able to narrow it down to the check for asking about the Cosmo Cleanse for the first time (ie. the lowest bit of the SagheeraInteractions player var being set). If it's not set, the menus function without issue (which is how I've been fixing players who can't interact with the menus properly). That variable is set to 7 when you complete the PM 7-5 battlefield mission, for the various first time interactions with her. But since she no longer has an option for the Cosmo Cleanse, you get stuck in an improper menu.
While changing the the mission script to set the var to 6 on battlefield completion instead of 7 and/or removing the Cosmo Cleanse first time interaction check on Sagheera makes her functional, I'm not sure how she acts on retail so I can't submit a potential fix for the issue.
Note that players who are old enough to have been able to interact with her while she had a menu option for the Cosmo Cleanse are unaffected by this issue, due to the Cosmo Cleanse first time check already having been done.
I affirm:
OS / platform the server is running (if known)
Branch affected by issue
baseSteps to reproduce
Complete PM 7-5 (properly, specifically via the battlefield fight, on a client version after old limbus was removed), then talk to Sagheera in Port Jeuno.
Expected behavior
When you talk to her after doing the above, you should get her initial spiel, then the various menu options for what she offers. However, currently you get stuck on info about various armour upgrades.
I've been able to narrow it down to the check for asking about the Cosmo Cleanse for the first time (ie. the lowest bit of the
SagheeraInteractionsplayer var being set). If it's not set, the menus function without issue (which is how I've been fixing players who can't interact with the menus properly). That variable is set to 7 when you complete the PM 7-5 battlefield mission, for the various first time interactions with her. But since she no longer has an option for the Cosmo Cleanse, you get stuck in an improper menu.While changing the the mission script to set the var to 6 on battlefield completion instead of 7 and/or removing the Cosmo Cleanse first time interaction check on Sagheera makes her functional, I'm not sure how she acts on retail so I can't submit a potential fix for the issue.
Note that players who are old enough to have been able to interact with her while she had a menu option for the Cosmo Cleanse are unaffected by this issue, due to the Cosmo Cleanse first time check already having been done.