Browse Source

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

icxbb-xx 9 years ago
parent
commit
a47af467f3
1 changed files with 1 additions and 1 deletions
  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) {