--- deliantra/server/include/libproto.h 2010/01/30 23:30:26 1.82 +++ deliantra/server/include/libproto.h 2010/03/26 00:59:21 1.84 @@ -2,8 +2,8 @@ * This file is part of Deliantra, the Roguelike Realtime MMORPG. * * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team - * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team - * Copyright (©) 1992,2007 Frank Tore Johansen + * Copyright (©) 2002 Mark Wedel & Crossfire Development Team + * Copyright (©) 1992 Frank Tore Johansen * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -141,6 +141,7 @@ char *dump_object (object *op); void dump_me (object *op, char *outstr); object *find_object (tag_t i); +object *find_object_uuid (UUID i); object *find_object_name (const char *str); void free_all_object_data (); void update_turn_face (object *op);