Bladeren bron

Fixed character deletion on 2014-10-22

Fixed #2251

Thanks to @lelouch22
Lemongrass3110 7 jaren geleden
bovenliggende
commit
b0f5672a74
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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