Explorar o código

Follow up to 6412c82
Correct typo in the code

Jittapan Pluemsumran %!s(int64=9) %!d(string=hai) anos
pai
achega
b95df50cd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)