--- deliantra/server/common/living.C 2009/11/29 17:41:07 1.105 +++ deliantra/server/common/living.C 2010/01/30 23:30:26 1.106 @@ -1607,7 +1607,7 @@ op->level++; - if (op && op == who && op->stats.exp > 1 && is_dragon_pl (who)) + if (op && op == who && op->stats.exp > 1 && who->is_dragon ()) dragon_level_gain (who); /* Only roll these if it is the player (who) that gained the level */