mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Revert "Revert "Merge pull request #77 from j883376/cleanups""
This reverts commit d25205d9d3.
This commit is contained in:
+1
-1
@@ -402,7 +402,7 @@ void Database::SendHeaders(Client *c) {
|
||||
|
||||
char Buf[100];
|
||||
|
||||
my_ulonglong NumRows = mysql_num_rows(result);
|
||||
uint32 NumRows = mysql_num_rows(result);
|
||||
|
||||
int HeaderCountPacketLength = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user