瀏覽代碼

* Fixed a compiling error which happened when PACKATVER was set as < 7. (tid:76890)
1. Also a merge of eAthena: https://trac.paradoxsystems.net/changeset/15166

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17082 54d463be-8e91-2dee-dedb-b68131a5f0ec

markzd 12 年之前
父節點
當前提交
63c37cb385
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/map/clif.c

+ 0 - 2
src/map/clif.c

@@ -936,9 +936,7 @@ static int clif_set_unit_idle(struct block_list* bl, unsigned char* buffer, bool
 #if PACKETVER < 20091103
 	bool type = !pcdb_checkid(vd->class_);
 #endif
-#if PACKETVER >= 7
 	unsigned short offset = 0;
-#endif
 #if PACKETVER >= 20091103
 	const char *name;
 #endif