From 64ffd93566bb6dc40dbc338aac969adfc1615ed7 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 18 Oct 2009 11:29:30 +0000 Subject: Removed the char_rename setting in favor of a PACKETVER define. Inverted the way renames are counted: '0' now means 'no renames left' (the default). Please make sure your database matches this new behavior before starting the server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14093 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/char.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/char_sql/char.h') 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); -- cgit v1.2.3-70-g09d2