Browse Source

Follow up to 6412c82
Correct typo in the code

Jittapan Pluemsumran 9 years ago
parent
commit
b95df50cd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/party.c

+ 1 - 1
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)