mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 12:21:34 +00:00
Remove occurence of ChangeSQLLog
This commit is contained in:
parent
5cb0fe0a6f
commit
b2dbc3923c
@ -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()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user