Explorar o código

Follow up to bc8a12f
* forgot change Packets version, Thank you to @Varyss

icxbb-xx %!s(int64=9) %!d(string=hai) anos
pai
achega
a47af467f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/clif.c

+ 1 - 1
src/map/clif.c

@@ -1530,7 +1530,7 @@ void clif_hominfo(struct map_session_data *sd, struct homun_data *hd, int flag)
 		WBUFW(buf,51) = status->hp;
 		WBUFW(buf,53+offset) = status->max_hp;
 	}
-#if PACKETVER >= 20131223
+#if PACKETVER >= 20141016
 	offset += 2;
 #endif
 	if (status->max_sp > INT16_MAX) {