this change in TrinityOOCToggle.cs should remove the error when loading the profile
change
to
Update: Tested and working as before.
Seriously i don't know why not declaring the class public was working before the patch.
change
Code:
class TrinityOOCToggle : ProfileBehavior
Code:
public class TrinityOOCToggle : ProfileBehavior
Update: Tested and working as before.
Seriously i don't know why not declaring the class public was working before the patch.
Last edited: