--- deliantra/server/common/readable.C 2010/03/26 01:04:44 1.56 +++ deliantra/server/common/readable.C 2010/04/11 00:34:05 1.57 @@ -1350,7 +1350,7 @@ tmp = object::create (); add_abilities (tmp, art->item); tmp->type = type; - SET_FLAG (tmp, FLAG_IDENTIFIED); + tmp->set_flag (FLAG_IDENTIFIED); if ((ch = describe_item (tmp, 0)) && strlen (ch) > 1) buf << "\rProperties of this artifact include:\r" << ch << "\n";