View Single Post
  #4  
Old 06-16-2003, 11:04 AM
gej302
Sarnak
 
Join Date: May 2003
Location: Silverfist
Posts: 42
Default One More fix:

zone/spells.cpp line 3940 replace

npc_type->npc_spells_id =this->GetNPCSpellsID();

with

npc_type->npc_spells_id = 0;

Pets shouldn't get spells unless specifically listed now. this will remove the pet of a pet of a pet...
Reply With Quote