mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-17 23:12:27 +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)
|
||||
{
|
||||
nstance_id = 0;
|
||||
instance_id = 0;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user