In pets.cpp
starting with line 326
Code:
case IKSAR:
npc_type->race = WOLF;
npc_type->texture = 1;
npc_type->gender = 1;
npc_type->size *= 2.0f;
break;
change to
Code:
case IKSAR:
npc_type->race = WOLF;
npc_type->texture = 0;
npc_type->gender = 1;
npc_type->size *= 2.0f;
break;
http://www.peqtgc.com/phpBB2/viewtopic.php?t=11955
screenshot to verify