Some fixes from replace removal of LogSQL

This commit is contained in:
Akkadius 2015-01-24 03:50:33 -06:00
parent e1747c43b9
commit ce161c2583
2 changed files with 0 additions and 4 deletions

View File

@ -1057,8 +1057,6 @@ uint32 ZoneDatabase::AddNewNPCSpawnGroupCommand(const char* zone, uint32 zone_ve
} }
last_insert_id = results.LastInsertedID(); last_insert_id = results.LastInsertedID();
if(client)
uint32 respawntime = 0; uint32 respawntime = 0;
uint32 spawnid = 0; uint32 spawnid = 0;
if (respawnTime) if (respawnTime)

View File

@ -1153,7 +1153,6 @@ void ZoneDatabase::AddWP(Client *client, uint32 gridid, uint32 wpnum, const xyz_
return; return;
} }
if(client)
} }
@ -1177,7 +1176,6 @@ void ZoneDatabase::DeleteWaypoint(Client *client, uint32 grid_num, uint32 wp_num
return; return;
} }
if(client)
} }