GetUnusedInsanceId converted to QueryDatabase

This commit is contained in:
Arthur Ice 2014-07-06 15:00:43 -07:00 committed by Arthur Ice
parent d32f16fef5
commit 4f4f9e8eb3

View File

@ -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;
} }