Follow up to 6412c82

Correct typo in the code
This commit is contained in:
Jittapan Pluemsumran 2016-06-23 17:14:02 +07:00
parent 6412c82d59
commit b95df50cd1
No known key found for this signature in database
GPG Key ID: CE430096446F41D9

View File

@ -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]; struct map_session_data* sd[MAX_PARTY];
unsigned int i, c; unsigned int i, c;
#ifdef RENEWAL #ifdef RENEWAL_EXP
TBL_MOB *md = BL_CAST(BL_MOB, src); TBL_MOB *md = BL_CAST(BL_MOB, src);
if (!md) if (!md)