View Single Post
  #1  
Old 08-15-2007, 01:16 PM
Foin
Fire Beetle
 
Join Date: Sep 2006
Posts: 22
Default Iksar BL pet fix

i was askin around the irc because my iksar bl pets are black wolves and got a response

im not a coder but heres what he said

Current code
case IKSAR: npc_type->race = WOLF; npc_type->texture=1; npc_type->size *= 1.5f; break;

Proposed fix
case IKSAR: npc_type->race = WOLF; npc_type->texture=1; npc_type->size *= 1.5f; npc_type->gender=1; break;
Reply With Quote