Update client.cpp
missing delete of packet
This commit is contained in:
parent
42fb832f43
commit
02e1939940
1 changed files with 1 additions and 0 deletions
|
@ -1800,6 +1800,7 @@ bool Client::HandlePacket(EQApplicationPacket* app) {
|
|||
if (houses.size() > 24)
|
||||
{
|
||||
SimpleMessage(CHANNEL_COLOR_YELLOW, "You already own 25 houses and may not own another.");
|
||||
safe_delete(packet);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue