mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[11300] Fix compile in GCC
This commit is contained in:
parent
4687fa8cb4
commit
d2d3c22b77
2 changed files with 2 additions and 1 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
|
|
||||||
class Player;
|
class Player;
|
||||||
class Spell;
|
class Spell;
|
||||||
|
class Unit;
|
||||||
struct CreatureInfo;
|
struct CreatureInfo;
|
||||||
struct SpellModifier;
|
struct SpellModifier;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11299"
|
#define REVISION_NR "11300"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue