diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-08 05:05:04 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-08 05:05:04 +0000 |
commit | 1209707c7db9738715ce3182cd0e858cc9012a82 (patch) | |
tree | ddbc567c208bfc1ac4646f4bc1c66718d118c94d /src/char_sql/char.h | |
parent | 19d5fb82ab20b827cda6df012070e92cd1f1a96d (diff) | |
download | hercules-1209707c7db9738715ce3182cd0e858cc9012a82.tar.gz hercules-1209707c7db9738715ce3182cd0e858cc9012a82.tar.bz2 hercules-1209707c7db9738715ce3182cd0e858cc9012a82.tar.xz hercules-1209707c7db9738715ce3182cd0e858cc9012a82.zip |
Speedup inventory and storage saving
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1210 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/char.h')
-rw-r--r-- | src/char_sql/char.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/char.h b/src/char_sql/char.h index c7261650b..81ce65b8e 100644 --- a/src/char_sql/char.h +++ b/src/char_sql/char.h @@ -40,7 +40,7 @@ enum { struct itemtemp{ struct itemtmp equip[MAX_GUILD_STORAGE],notequip[MAX_GUILD_STORAGE]; }; -int memitemdata_to_sql(struct itemtemp mapitem, int eqcount, int noteqcount, int char_id,int tableswitch); +int memitemdata_to_sql(struct itemtmp mapitem[], int count, int char_id,int tableswitch); int mapif_sendall(unsigned char *buf,unsigned int len); int mapif_sendallwos(int fd,unsigned char *buf,unsigned int len); int mapif_send(int fd,unsigned char *buf,unsigned int len); |