Issue with triggering via combat end since ACT patch 3.3.3.258
Hello.
I am using ActGlobals.oFormActMain.OnCombatEnd (
?) to trigger a method to handle some parse data.
The relevant code:
ActGlobals.oFormActMain.OnCombatEnd += ActGlobals_OFormActMain_OnCombatEnd;
Ever since the latest update (3.3.3.258), this method isn't triggering. Any help is appreciated. I can provide more information if needed. Thanks.
Comments
To clarify, it was working flawlessly, until after the 3.3.3.258 patch.