Aeadoin
Aeadoin
Can assign this to me, I'll look at it.
Fixed under #2466
Should be fixed by #2444
This should be marked resolved. fixed under #2444
Please assign to me, I'll look into this.
Resolved in #2674, Tailoring looks to have been added as well.
Just a note, this only occurs when a bot and client have the same ID.
> All of those mod2's dropped to 0 are because they were all moved to heroic stats > > So if you update heroic stats but not the mod2's you...
> > > All of those mod2's dropped to 0 are because they were all moved to heroic stats > > > So if you update heroic stats but not...
Mobs do check if their target is in Combat Range before attempting to summon: ```bool is_combat_range = CombatRange(target); if (is_combat_range) { ``` I could possibly see if adding a range...