mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
misc command and rule cleanup
This commit is contained in:
@@ -200,7 +200,7 @@ void bot_command_follow(Client* c, const Seperator* sep)
|
||||
nextTar = target_mob;
|
||||
}
|
||||
}
|
||||
LogTestDebug("{} is now following {}.", bot_iter->GetCleanName(), nextTar->GetCleanName()); //deleteme
|
||||
|
||||
chainList.push_back(bot_iter);
|
||||
++it;
|
||||
++count;
|
||||
|
||||
@@ -63,13 +63,6 @@ void bot_command_illusion_block(Client* c, const Seperator* sep)
|
||||
popup_text = DialogueWindow::Table(popup_text);
|
||||
|
||||
c->SendPopupToClient(sep->arg[0], popup_text.c_str());
|
||||
c->Message(
|
||||
Chat::Yellow,
|
||||
fmt::format(
|
||||
"Use {} for information about race/class IDs.",
|
||||
Saylink::Silent("^classracelist")
|
||||
).c_str()
|
||||
);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user