mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +00:00
GetUnusedInsanceId converted to QueryDatabase
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user