From 52d79f89a98115eaa7236268da2c736f1d1cb715 Mon Sep 17 00:00:00 2001 From: Uleat Date: Tue, 28 Feb 2017 08:49:25 -0500 Subject: [PATCH] Bots should now /con correctly after a successful ^update --- zone/bot_command.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/bot_command.cpp b/zone/bot_command.cpp index 5e15b0f08..d15b3f972 100644 --- a/zone/bot_command.cpp +++ b/zone/bot_command.cpp @@ -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; }