--- deliantra/server/common/button.C 2006/12/09 16:11:08 1.13 +++ deliantra/server/common/button.C 2006/12/13 03:28:42 1.14 @@ -801,7 +801,7 @@ if (tmp2->type != PLAYER) break; - set_owner (tmp, tmp2); + tmp->set_owner (tmp2); SET_FLAG (tmp, FLAG_MONSTER); tmp->stats.exp = 0; SET_FLAG (tmp, FLAG_FRIENDLY);