Conflicts:
	zone/client_packet.cpp
This commit is contained in:
SecretsOTheP
2013-03-15 03:32:43 -04:00
12 changed files with 1107 additions and 127 deletions
+4
View File
@@ -337,6 +337,10 @@ Client::~Client() {
if (horse)
horse->Depop();
Mob* merc = entity_list.GetMob(this->GetMercID());
if (merc)
merc->Depop();
if(Trader)
database.DeleteTraderItem(this->CharacterID());