Update Commands.cpp
unnecessary code, took a different route
This commit is contained in:
parent
e18194d7d2
commit
a3834b5570
1 changed files with 0 additions and 9 deletions
|
@ -3548,14 +3548,6 @@ void Commands::Process(int32 index, EQ2_16BitString* command_parms, Client* clie
|
|||
break;
|
||||
}
|
||||
case COMMAND_ITEMSEARCH:{
|
||||
|
||||
|
||||
if (sep && sep->arg[0])
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
PacketStruct* packet = configReader.getStruct("WS_StartBroker", client->GetVersion());
|
||||
if (packet) {
|
||||
packet->setDataByName("spawn_id", client->GetPlayer()->GetIDWithPlayerSpawn(client->GetPlayer()));
|
||||
|
@ -3573,7 +3565,6 @@ void Commands::Process(int32 index, EQ2_16BitString* command_parms, Client* clie
|
|||
}
|
||||
safe_delete(packet);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
case COMMAND_ANIMTEST:{
|
||||
|
|
Loading…
Reference in a new issue