I get this error when the updated Honor buddy starts:
Could not compile CC from C:\Honorbuddy\CustomClasses\Singular!
File: TotemManager.cs Line: 212 Error: The best overloaded method match for 'Singular.ClassSpecific.Shaman.TotemManager.GetTotemRange(Styx.WoWInternals.WoWObjects.WoWTotem)' has some invalid arguments
File: TotemManager.cs Line: 212 Error: Argument '1': cannot convert from 'Styx.WoWInternals.WoWObjects.WoWTotem [c:\Honorbuddy\Honorbuddy.exe]' to 'Styx.WoWInternals.WoWObjects.WoWTotem [c:\Honorbuddy\CustomClasses\Singular\ClassSpecific\Shaman\WoWTotemInfo.cs(34)]'
File: TotemManager.cs Line: 218 Error: The best overloaded method match for 'Singular.ClassSpecific.Shaman.TotemManager.GetTotemRange(Styx.WoWInternals.WoWObjects.WoWTotem)' has some invalid arguments
File: TotemManager.cs Line: 218 Error: Argument '1': cannot convert from 'Styx.WoWInternals.WoWObjects.WoWTotem [c:\Honorbuddy\Honorbuddy.exe]' to 'Styx.WoWInternals.WoWObjects.WoWTotem [c:\Honorbuddy\CustomClasses\Singular\ClassSpecific\Shaman\WoWTotemInfo.cs(34)]'
File: TotemManager.cs Line: 433 Error: The best overloaded method match for 'Singular.ClassSpecific.Shaman.TotemManager.DestroyTotem(Styx.WoWInternals.WoWObjects.WoWTotemType)' has some invalid arguments
File: TotemManager.cs Line: 433 Error: Argument '1': cannot convert from 'Styx.WoWInternals.WoWObjects.WoWTotemType [c:\Honorbuddy\Honorbuddy.exe]' to 'Styx.WoWInternals.WoWObjects.WoWTotemType [c:\Honorbuddy\CustomClasses\Singular\ClassSpecific\Shaman\WoWTotemInfo.cs(26)]'
File: TotemManager.cs Line: 454 Error: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWObjects.WoWTotemType' and 'Styx.WoWInternals.WoWObjects.WoWTotemType'
Any ideas?