summaryrefslogtreecommitdiff
path: root/src/char_sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql')
-rw-r--r--src/char_sql/char.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/char_sql/char.h b/src/char_sql/char.h
index bd9f06d3e..a40340cfb 100644
--- a/src/char_sql/char.h
+++ b/src/char_sql/char.h
@@ -17,12 +17,6 @@ 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);