View Single Post
  #1  
Old 04-15-2003, 03:19 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default Necro pet bodytype fix

In zone\spells.cpp change the following on line 3644:

Code:
npc_type->bodytype = 0x0a;
to

Code:
npc_type->bodytype = 3;
That allows necro pet heals to heal the pets.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote