Difference for server/monster.c from version 1.57 to 1.58


version 1.57 version 1.58
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.57 2003/01/04 00:28:52 mwedel Exp $";   *    "$Id: monster.c,v 1.58 2003/01/05 23:50:15 mwedel Exp $";
  */   */
   
 /*  /*
Line 107
 
Line 107
  * as the enemy to attack.   * as the enemy to attack.
  */   */
  else if (!QUERY_FLAG(npc->enemy, FLAG_MONSTER) &&    else if (!QUERY_FLAG(npc->enemy, FLAG_MONSTER) &&
                   !QUERY_FLAG(npc->enemy,FLAG_GENERATOR) && npc->enemy->type!=PLAYER)                    !QUERY_FLAG(npc->enemy,FLAG_GENERATOR) &&
    npc->enemy->type!=PLAYER && npc->enemy->type != GOLEM)
                 npc->enemy=NULL;                  npc->enemy=NULL;
   
     }      }


Legend:
line(s) removed in v.1.57 
line(s) changed
 line(s) added in v.1.58

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:37