misc cleanup

This commit is contained in:
nytmyr
2024-11-02 22:05:55 -05:00
parent cd4ebb5a73
commit c16e1e5954
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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()
+1
View File
@@ -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(