mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10849] Fix build with gcc.
Signed-off-by: Lynx3d <lynx3d@some-imaginary-isp.org>
This commit is contained in:
parent
5f539117a4
commit
028fda6b64
2 changed files with 2 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ class LoginQueryHolder;
|
||||||
class CharacterHandler;
|
class CharacterHandler;
|
||||||
class GMTicket;
|
class GMTicket;
|
||||||
class MovementInfo;
|
class MovementInfo;
|
||||||
|
class WorldSession;
|
||||||
|
|
||||||
struct OpcodeHandler;
|
struct OpcodeHandler;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10848"
|
#define REVISION_NR "10849"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue