--- deliantra/server/server/monster.C 2010/04/18 12:50:07 1.86 +++ deliantra/server/server/monster.C 2010/04/29 07:32:34 1.87 @@ -595,7 +595,7 @@ if (bow->type == BOW && bow->race == item->race) { mon->set_flag (FLAG_READY_BOW); - LOG (llevMonster, "Found correct bow for arrows.\n"); + LOG (llevTrace, "Found correct bow for arrows.\n"); return; /* nothing more to do for arrows */ } } @@ -943,7 +943,7 @@ { if ((spell_item = monster_choose_random_spell (head)) == NULL) { - LOG (llevMonster, "Turned off spells in %s\n", &head->name); + LOG (llevTrace, "Turned off spells in %s\n", &head->name); head->clr_flag (FLAG_CAST_SPELL); /* Will be turned on when picking up book */ return 0; }