mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +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)
|
||||
{
|
||||
nstance_id = 0;
|
||||
instance_id = 0;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user