mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +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(
|
c->Message(
|
||||||
Chat::White,
|
Chat::White,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"{} says, 'My current Caster Range is {}.'",
|
"{} says, 'My current caster range is {}.'",
|
||||||
my_bot->GetCleanName(),
|
my_bot->GetCleanName(),
|
||||||
my_bot->GetBotCasterRange()
|
my_bot->GetBotCasterRange()
|
||||||
).c_str()
|
).c_str()
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ void bot_command_follow(Client* c, const Seperator* sep)
|
|||||||
for (auto bot_iter : sbl) {
|
for (auto bot_iter : sbl) {
|
||||||
if (currentCheck) {
|
if (currentCheck) {
|
||||||
follow_mob = entity_list.GetMob(bot_iter->GetFollowID());
|
follow_mob = entity_list.GetMob(bot_iter->GetFollowID());
|
||||||
|
|
||||||
c->Message(
|
c->Message(
|
||||||
Chat::Green,
|
Chat::Green,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
|
|||||||
Reference in New Issue
Block a user