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