Remove occurence of ChangeSQLLog

This commit is contained in:
Akkadius 2015-01-24 03:59:52 -06:00
parent 5cb0fe0a6f
commit b2dbc3923c

View File

@ -335,7 +335,6 @@ Client::~Client() {
m_tradeskill_object = nullptr; m_tradeskill_object = nullptr;
} }
ChangeSQLLog(nullptr);
if(IsDueling() && GetDuelTarget() != 0) { if(IsDueling() && GetDuelTarget() != 0) {
Entity* entity = entity_list.GetID(GetDuelTarget()); Entity* entity = entity_list.GetID(GetDuelTarget());
if(entity != nullptr && entity->IsClient()) { if(entity != nullptr && entity->IsClient()) {