the logs are really long, some parts in german, dont know if this helps you :/
most of it are the same errors all the time
[Error] 06:41 - SpellNameById(UInt32 spellId): System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei wManager.Wow.Helpers.SpellManager.SpellListManager.SpellNameById(UInt32 spellId)
StackTrace:
[Error] 06:41 - SpellIdByName(string spellName): System.ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: source
bei System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
bei wManager.Wow.Helpers.SpellManager.SpellListManager.SpellIdByName(String spellName)
StackTrace:
[Error] 06:41 - Spell(uint spellId): System.ArgumentNullException: Der Wert darf nicht NULL sein.
Parametername: collection
bei System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)