mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Some fixes from replace removal of LogSQL
This commit is contained in:
parent
e1747c43b9
commit
ce161c2583
@ -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)
|
||||||
|
|||||||
@ -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)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user