瀏覽代碼

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

icxbb-xx 9 年之前
父節點
當前提交
a47af467f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {