View Single Post
  #1  
Old 10-27-2008, 01:14 AM
Dodie
Sarnak
 
Join Date: Jun 2004
Posts: 67
Default 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 ?
Reply With Quote