Fixed error when running a server w/o RENEWAL but with RENEWAL_EXP
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16766 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
05b65b91b3
commit
fe02800930
@ -92,7 +92,7 @@ void party_booking_update(struct map_session_data *sd, short* job);
|
|||||||
void party_booking_search(struct map_session_data *sd, short level, short mapid, short job, unsigned long lastindex, short resultcount);
|
void party_booking_search(struct map_session_data *sd, short level, short mapid, short job, unsigned long lastindex, short resultcount);
|
||||||
bool party_booking_delete(struct map_session_data *sd);
|
bool party_booking_delete(struct map_session_data *sd);
|
||||||
|
|
||||||
#ifdef RENEWAL
|
#ifdef RENEWAL_EXP
|
||||||
void party_renewal_exp_mod(unsigned int *base_exp, unsigned int *job_exp, int lvl, int moblvl);
|
void party_renewal_exp_mod(unsigned int *base_exp, unsigned int *job_exp, int lvl, int moblvl);
|
||||||
#endif
|
#endif
|
||||||
#ifdef RENEWAL_DROP
|
#ifdef RENEWAL_DROP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user