Nothing big as apparently isn't causing issues, but I thought I'd mention it, I'm questing with kicks and I have Akatosh streaming... (obviously not selected tho) and I keep getting this in the log.
Code:
[17.49.40.488 D] Handler for OnMobKilled threw exception!
[17.49.40.488 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at AkatoshQuester.AkatoshQuester.OnMobKilled(MobKilledEventArgs args)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.UnsafeInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Styx.CommonBot.BotEvents.(Delegate , Action`1 , Object[] )