mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Crash fixes oh my
This commit is contained in:
@@ -64,6 +64,5 @@ bool MySQLRequestRow::operator!=(const MySQLRequestRow& rhs)
|
||||
|
||||
char* MySQLRequestRow::operator[](int index)
|
||||
{
|
||||
|
||||
return m_MySQLRow[index];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user