--- deliantra/server/common/item.C 2008/04/13 21:22:47 1.44 +++ deliantra/server/common/item.C 2008/04/20 18:48:51 1.45 @@ -1196,9 +1196,8 @@ void examine (object *op, object *tmp) { - std::string s = tmp->describe (op); - - new_draw_info (NDI_UNIQUE, 0, op, s.c_str ()); + std::string info = tmp->describe (op); + op->contr->infobox (MSG_CHANNEL ("examine"), info.c_str ()); } /*