I noticed that the command always returned must target enchanter, druid, necro
Since there are so many new submissions I am posting it as direct change instead of a patch
3rd line down from //Remove bots pet needs to be
Code:
if (c->IsGrouped() && c->GetTarget()->IsBot() && (c->GetTarget()->CastToBot()->GetBotOwner() == c)
Criimson
EDIT:
Realized I'd like to make it easy on you. Search for
Code:
// Remove Bot's Pet
if(!strcasecmp(sep->arg[1], "pet") && !strcasecmp(sep->arg[2], "remove")) {
if(c->GetTarget() != NULL) {