mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 05:12:25 +00:00
GetUnusedInsanceId converted to QueryDatabase
This commit is contained in:
parent
d32f16fef5
commit
4f4f9e8eb3
@ -2330,7 +2330,7 @@ bool Database::GetUnusedInstanceID(uint16 &instance_id)
|
|||||||
|
|
||||||
if (results.RowCount() == 0)
|
if (results.RowCount() == 0)
|
||||||
{
|
{
|
||||||
nstance_id = 0;
|
instance_id = 0;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user