mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Saylinks] Convert all GM Command Saylinks to Silent Saylinks. (#2373)
* [Saylinks] Convert all GM Command Saylinks to Silent Saylinks. - This cleans up all non-silent GM Command Saylinks that we had before due to the way they worked before. All saylinks like this should be silent now. - Add source short hand capability for say links with same link as text. * Defaults to r anyway. * Spacing.
This commit is contained in:
@@ -1698,14 +1698,13 @@ void ClientTaskState::ShowClientTaskInfoMessage(ClientTaskInformation *task, Cli
|
||||
std::vector<std::string> update_saylinks;
|
||||
|
||||
for (auto &increment: update_increments) {
|
||||
auto task_update_saylink = Saylink::Create(
|
||||
auto task_update_saylink = Saylink::Silent(
|
||||
fmt::format(
|
||||
"#task update {} {} {}",
|
||||
task->task_id,
|
||||
task->activity[activity_id].activity_id,
|
||||
increment
|
||||
),
|
||||
false,
|
||||
increment
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user