mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
Fix post merge issues
This commit is contained in:
+1
-1
@@ -7438,7 +7438,7 @@ void command_itemsearch(Client *c, const Seperator *sep)
|
||||
|
||||
std::string saylink_commands;
|
||||
for (auto &amount : amounts) {
|
||||
saylink_commands += EQEmu::SayLinkEngine::GenerateQuestSaylink(
|
||||
saylink_commands += EQ::SayLinkEngine::GenerateQuestSaylink(
|
||||
"#si " + std::to_string(item->ID) + " " + amount,
|
||||
false,
|
||||
"[" + amount + "] "
|
||||
|
||||
Reference in New Issue
Block a user