mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
faction linux build fix for real
This commit is contained in:
parent
6d0b44d69e
commit
7887511589
@ -19,8 +19,6 @@
|
||||
#include "faction.h"
|
||||
#include "races.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
const char *FactionValueToString(FACTION_VALUE fv)
|
||||
{
|
||||
switch (fv) {
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
#include "types.h"
|
||||
#include "features.h"
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
enum FACTION_VALUE {
|
||||
FACTION_ALLY = 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user