Just cant get it to work
Have tried both spell name and spell id
Fresh install of HB
[Ultimate Combat] - DEBUG] System.InvalidCastException: Specified cast is not valid.
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection)
at ..()
at UltimateCombatHelper.Handlers.CombatTarget.(WoWUnit )
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
at ..()
Flushing timed movement. Direction: AllAllowed
[Ultimate Combat] - DEBUG] System.InvalidCastException: Specified cast is not valid.
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection)
at ..()
at UltimateCombatHelper.Handlers.CombatTarget.(WoWUnit )
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
at ..()
Have tried with both singular and a few other custom classes.
Any advice would be greatly appreciated.