mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 15:08:22 +00:00
It helps if you actually push more than the changelog message...
This commit is contained in:
@@ -2621,7 +2621,6 @@ void command_peekinv(Client *c, const Seperator *sep)
|
||||
std::string item_link;
|
||||
Client::TextLink linker;
|
||||
linker.SetLinkType(linker.linkItemInst);
|
||||
linker.SetClientVersion(c->GetClientVersion());
|
||||
|
||||
c->Message(0, "Displaying inventory for %s...", targetClient->GetName());
|
||||
|
||||
@@ -5574,7 +5573,6 @@ void command_itemsearch(Client *c, const Seperator *sep)
|
||||
std::string item_link;
|
||||
Client::TextLink linker;
|
||||
linker.SetLinkType(linker.linkItemData);
|
||||
linker.SetClientVersion(c->GetClientVersion());
|
||||
|
||||
if (Seperator::IsNumber(search_criteria)) {
|
||||
item = database.GetItem(atoi(search_criteria));
|
||||
|
||||
Reference in New Issue
Block a user