mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 19:51:29 +00:00
Remove uneeded DumpPacket in Handle_OP_ItemLinkClick
This commit is contained in:
parent
0558b1bc48
commit
ee95a2a0c8
@ -8248,7 +8248,6 @@ void Client::Handle_OP_ItemLinkClick(const EQApplicationPacket *app)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
DumpPacket(app);
|
|
||||||
ItemViewRequest_Struct *ivrs = (ItemViewRequest_Struct *)app->pBuffer;
|
ItemViewRequest_Struct *ivrs = (ItemViewRequest_Struct *)app->pBuffer;
|
||||||
|
|
||||||
// todo: verify ivrs->link_hash based on a rule, in case we don't care about people being able to sniff data
|
// todo: verify ivrs->link_hash based on a rule, in case we don't care about people being able to sniff data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user