mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9384] Resore use uint64 instead time_t in query, some other fixes.
This commit is contained in:
parent
5beb853bc4
commit
f4c38044c4
6 changed files with 10 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ barGoLink::~barGoLink()
|
|||
fflush(stdout);
|
||||
}
|
||||
|
||||
barGoLink::barGoLink( uint64 row_count )
|
||||
barGoLink::barGoLink( int row_count )
|
||||
{
|
||||
rec_no = 0;
|
||||
rec_pos = 0;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class MANGOS_DLL_SPEC barGoLink
|
|||
public:
|
||||
|
||||
void step( void );
|
||||
barGoLink( uint64 );
|
||||
barGoLink( int );
|
||||
~barGoLink();
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9383"
|
||||
#define REVISION_NR "9384"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue