mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 16:38:26 +00:00
Crash fixes oh my
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ uint32 Database::CheckLogin(const char* name, const char* password, int16* oStat
|
||||
return 0;
|
||||
}
|
||||
|
||||
if(results.RowCount() < 1)
|
||||
if(results.RowCount() == 0)
|
||||
return 0;
|
||||
|
||||
auto row = results.begin();
|
||||
|
||||
Reference in New Issue
Block a user