Explorar o código

Follow up to https://github.com/rathena/rathena/commit/0042fe5bb64127f72e04001f87be780ebbfbef69
*Fixed issues Character Deletion Time for the client 2015-09-16

Napster %!s(int64=9) %!d(string=hai) anos
pai
achega
118fa28ae9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/char/char.c

+ 1 - 1
src/char/char.c

@@ -1767,7 +1767,7 @@ int char_mmo_char_tobuf(uint8* buffer, struct mmo_charstatus* p)
 	offset += MAP_NAME_LENGTH_EXT;
 #endif
 #if PACKETVER >= 20100803
-#if PACKETVER > 20130000 && PACKETVER < 20141016
+#if PACKETVER > 20130000 && PACKETVER < 20141016 || PACKETVER >= 20150826
 	WBUFL(buf,124) = (p->delete_date?TOL(p->delete_date-time(NULL)):0);
 #else
 	WBUFL(buf,124) = TOL(p->delete_date);