--- deliantra/server/include/player.h 2007/08/17 21:18:01 1.70 +++ deliantra/server/include/player.h 2007/08/25 22:19:26 1.71 @@ -172,6 +172,7 @@ shstr ACC (RW, invis_race); /* What race invisible to? */ MTH static player *create (); + static player *find (const char *name); static player *load_pl (object_thawer &thawer); MTH static player *load_pl (const char *path);