summaryrefslogtreecommitdiff
path: root/src/map/party.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-08 23:31:49 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-08 23:31:49 +0000
commit1bcb2828e716490dc1aaefaf1cfc17844f289b36 (patch)
tree50f54a9abf88a5b55c9e6b7b8e264f34be5a0246 /src/map/party.h
parent883bf494656473ac23f3e7087bbfa58a36b7ae3f (diff)
downloadhercules-1bcb2828e716490dc1aaefaf1cfc17844f289b36.tar.gz
hercules-1bcb2828e716490dc1aaefaf1cfc17844f289b36.tar.bz2
hercules-1bcb2828e716490dc1aaefaf1cfc17844f289b36.tar.xz
hercules-1bcb2828e716490dc1aaefaf1cfc17844f289b36.zip
Fixed error when running a server w/o RENEWAL but with RENEWAL_EXP
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16766 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/party.h')
-rw-r--r--src/map/party.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/party.h b/src/map/party.h
index f782384a3..4e1eaeaf5 100644
--- a/src/map/party.h
+++ b/src/map/party.h
@@ -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);
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);
#endif
#ifdef RENEWAL_DROP