diff options
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 49f4d54e5..20da29e44 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -239,6 +239,7 @@ namespace PlayerInfo bool isItemProtected(const int id); +#ifdef EATHENA_SUPPORT MercenaryInfo *getMercenary(); void setMercenary(MercenaryInfo *const info); @@ -263,7 +264,6 @@ namespace PlayerInfo int getMercenaryId(); -#ifdef EATHENA_SUPPORT void updateMoveAI(); void updateAttackAi(const int targetId, const bool keep); |