diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-14 02:32:24 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-14 02:32:24 +0000 |
commit | 02a755111f9a707cc7fdef81772c74b1d10242b1 (patch) | |
tree | 83d051a5e7e3826a4c5fc50780cde68ebe82111c /src/char_sql/inter.c | |
parent | 9fccafd43e1c30947f3d3748b30ecc292ec3bbe9 (diff) | |
download | hercules-02a755111f9a707cc7fdef81772c74b1d10242b1.tar.gz hercules-02a755111f9a707cc7fdef81772c74b1d10242b1.tar.bz2 hercules-02a755111f9a707cc7fdef81772c74b1d10242b1.tar.xz hercules-02a755111f9a707cc7fdef81772c74b1d10242b1.zip |
Some more updates to the quest log system. It has been completely moved to the inter server instead of the char server.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12584 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql/inter.c')
-rw-r--r-- | src/char_sql/inter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/inter.c b/src/char_sql/inter.c index 8e1c466a4..d11d7ee95 100644 --- a/src/char_sql/inter.c +++ b/src/char_sql/inter.c @@ -57,7 +57,7 @@ int inter_recv_packet_length[] = { -1, 6,-1,-1, 55,19, 6,-1, 14,-1,-1,-1, 14,19,186,-1, // 3030- 5, 9, 0, 0, 0, 0, 0, 0, 7, 6,10,10, 10,-1, 0, 0, // 3040- -1,-1,10,10, 0,-1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3050- Auction System [Zephyrus] - -1,-1,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3060- Quest system [Kevin] + 6,-1,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3060- Quest system [Kevin] 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3070- 48,14,-1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3080- -1,10,-1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3090- Homunculus packets [albator] |