From Attack.cpp
Code:
if(other->IsNPC() && !other->IsPet())
{
float npcspellscale = other->CastToNPC()->GetSpellScale();
damage = ((float)damage * npcspellscale) / (float)100;
}
This makes spellscale NOT work for pets I am guessing.
Is this intended?