Pet casting spells ignore pvp mitigation
Was looking through attack.cpp, line 1547
if(other->IsClient() && IsPet() && GetOwner()->IsClient()) {
//pets do half damage to clients in pvp
damage=damage/2;
}
Should be added something for spells i assume ?
|