mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[12171] Fix linux build. Thanks Barmalley
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
970f049799
commit
26f25feda8
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ struct AchievementEntry;
|
||||||
struct AchievementCriteriaEntry;
|
struct AchievementCriteriaEntry;
|
||||||
struct AreaTrigger;
|
struct AreaTrigger;
|
||||||
struct AreaTriggerEntry;
|
struct AreaTriggerEntry;
|
||||||
|
struct CurrencyTypesEntry;
|
||||||
struct FactionEntry;
|
struct FactionEntry;
|
||||||
struct FactionState;
|
struct FactionState;
|
||||||
struct GameTele;
|
struct GameTele;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12170"
|
#define REVISION_NR "12171"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue