--- deliantra/server/include/player.h 2008/09/08 11:27:25 1.82 +++ deliantra/server/include/player.h 2008/09/25 04:09:57 1.83 @@ -180,6 +180,8 @@ static player *load_pl (object_thawer &thawer); MTH static player *load_pl (object_thawer *thawer) { return load_pl (*thawer); } + MTH void link_skills (); + bool save_pl (object_freezer &freezer); MTH bool save_pl (const char *path);