Bots should now /con correctly after a successful ^update

This commit is contained in:
Uleat 2017-02-28 08:49:25 -05:00
parent 24bae49401
commit 52d79f89a9

View File

@ -5399,6 +5399,7 @@ void bot_subcommand_bot_update(Client *c, const Seperator *sep)
bot_iter->SetPetChooser(false);
bot_iter->CalcBotStats((sbl.size() == 1));
bot_iter->SendAppearancePacket(AT_WhoLevel, bot_iter->GetLevel(), true, true);
++bot_count;
}