mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-27 03:02:26 +00:00
Line changes
This commit is contained in:
parent
9e4ef74dd5
commit
ebb2659630
@ -13855,8 +13855,7 @@ void Client::Handle_OP_VetClaimRequest(const EQApplicationPacket *app)
|
|||||||
{
|
{
|
||||||
if (app->size < sizeof(VeteranClaimRequest))
|
if (app->size < sizeof(VeteranClaimRequest))
|
||||||
{
|
{
|
||||||
LogFile->write(EQEmuLog::Debug, "OP_VetClaimRequest size lower than expected: got %u expected at least %u",
|
LogFile->write(EQEmuLog::Debug, "OP_VetClaimRequest size lower than expected: got %u expected at least %u", app->size, sizeof(VeteranClaimRequest));
|
||||||
app->size, sizeof(VeteranClaimRequest));
|
|
||||||
DumpPacket(app);
|
DumpPacket(app);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user