Update client.cpp

missing delete of packet
This commit is contained in:
Image 2020-06-06 07:58:40 -04:00
parent 42fb832f43
commit 02e1939940

View file

@ -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;
}