From b95df50cd1216f78dc3e6454f53bd3a7d5e2149b Mon Sep 17 00:00:00 2001 From: Jittapan Pluemsumran Date: Thu, 23 Jun 2016 17:14:02 +0700 Subject: [PATCH] Follow up to 6412c82 Correct typo in the code --- src/map/party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/party.c b/src/map/party.c index 4b2cfb2fed..57a83aaaea 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -1032,7 +1032,7 @@ void party_exp_share(struct party_data* p, struct block_list* src, unsigned int { struct map_session_data* sd[MAX_PARTY]; unsigned int i, c; -#ifdef RENEWAL +#ifdef RENEWAL_EXP TBL_MOB *md = BL_CAST(BL_MOB, src); if (!md)