mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
misc cleanup
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user