Second:
https://github.com/EQEmu/Server/blob.../mob.cpp#L4556
If 'spellbonuses.SpellOnKill[i]' is greater than the max spell id, the dereference of spells[spellbonuses.SpellOnKill[i]] following it will cause an
"Exception Access Violation" error and crash the server.
First: Same with
https://github.com/EQEmu/Server/blob.../bot.cpp#L8162
I think this has come up before..invalid deref on 'tar->GetBuffs()'