diff --git a/zone/bot_commands/caster_range.cpp b/zone/bot_commands/caster_range.cpp index 447c739db..87676c7d4 100644 --- a/zone/bot_commands/caster_range.cpp +++ b/zone/bot_commands/caster_range.cpp @@ -70,7 +70,7 @@ void bot_command_caster_range(Client* c, const Seperator* sep) c->Message( Chat::White, fmt::format( - "{} says, 'My current Caster Range is {}.'", + "{} says, 'My current caster range is {}.'", my_bot->GetCleanName(), my_bot->GetBotCasterRange() ).c_str() diff --git a/zone/bot_commands/follow.cpp b/zone/bot_commands/follow.cpp index 57e97a607..c5b7f8f78 100644 --- a/zone/bot_commands/follow.cpp +++ b/zone/bot_commands/follow.cpp @@ -132,6 +132,7 @@ void bot_command_follow(Client* c, const Seperator* sep) for (auto bot_iter : sbl) { if (currentCheck) { follow_mob = entity_list.GetMob(bot_iter->GetFollowID()); + c->Message( Chat::Green, fmt::format(