--- deliantra/server/common/living.C 2007/08/20 19:13:10 1.78 +++ deliantra/server/common/living.C 2007/11/08 01:14:12 1.79 @@ -1481,7 +1481,7 @@ level = (int) (level / 5.); /* now set the new title */ - if (pl->contr != NULL) + if (pl->contr) { if (level == 0) sprintf (pl->contr->title, "%s hatchling", attacks[atnr]);