summaryrefslogtreecommitdiff
path: root/src/char_sql/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.h')
-rw-r--r--src/char_sql/char.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/char_sql/char.h b/src/char_sql/char.h
index a40340cfb..bd9f06d3e 100644
--- a/src/char_sql/char.h
+++ b/src/char_sql/char.h
@@ -17,6 +17,12 @@ enum {
TABLE_GUILD_STORAGE,
};
+// server->client protocol version
+// 20061023 - 2006-10-23aSakexe+ - 0x6b, 0x6d
+#ifndef PACKETVER
+ #define PACKETVER 20061023
+#endif
+
int memitemdata_to_sql(const struct item items[], int max, int id, int tableswitch);
int mapif_sendall(unsigned char *buf,unsigned int len);