Explorar o código

Fixed character deletion on 2014-10-22

Fixed #2251

Thanks to @lelouch22
Lemongrass3110 %!s(int64=7) %!d(string=hai) anos
pai
achega
b0f5672a74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/mmo.h

+ 1 - 1
src/common/mmo.h

@@ -29,7 +29,7 @@
 #define PACKETVER_SUPPORTS_PINCODE PACKETVER>=20110309
 
 /// Check if the client needs delete_date as remaining time and not the actual delete_date (actually it was tested for clients since 2013)
-#define PACKETVER_CHAR_DELETEDATE (PACKETVER > 20130000 && PACKETVER < 20141016) || PACKETVER >= 20150513
+#define PACKETVER_CHAR_DELETEDATE (PACKETVER > 20130000 && PACKETVER <= 20141022) || PACKETVER >= 20150513
 
 // Check if the specified packetvresion supports the cashshop sale system
 #define PACKETVER_SUPPORTS_SALES PACKETVER>=20131223