--- deliantra/server/include/player.h 2012/10/29 23:55:53 1.111 +++ deliantra/server/include/player.h 2016/11/16 23:42:01 1.113 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -246,6 +246,7 @@ void gather_callbacks (AV *&callbacks, event_type event) const; MTH dynbuf_text *expand_cfpod (const_utf8_string cfpod) const; + static dynbuf_text *expand_cfpod (int hintmode, int gender, const_utf8_string cfpod); MTH void touch () { dirty = true; } // need to touch when logged out and changed