// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. // Copyright (c) 2014 - 2015 Evol developers #ifndef EVOL_CHAR_PARTY #define EVOL_CHAR_PARTY int einter_party_check_lv(struct party_data **p); bool einter_party_change_option_pre(int *party_id, int *account_id, int *exp, int *item, int *map_fd); #endif // EVOL_CHAR_PARTY