summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-31 01:23:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:53 +0300
commit9ea87dc85a0e797ec38c4b0cfdfdb819a3765d81 (patch)
tree2f960efb885f5f17f418e68fbd159513cf7f6c37
parent0499760ddc22a595608da3f9a6e2f58701506c5b (diff)
downloadManaVerse-9ea87dc85a0e797ec38c4b0cfdfdb819a3765d81.tar.gz
ManaVerse-9ea87dc85a0e797ec38c4b0cfdfdb819a3765d81.tar.bz2
ManaVerse-9ea87dc85a0e797ec38c4b0cfdfdb819a3765d81.tar.xz
ManaVerse-9ea87dc85a0e797ec38c4b0cfdfdb819a3765d81.zip
In eathena add packet 0x082d into db.
-rw-r--r--src/net/eathena/packets.h2
-rw-r--r--src/net/eathena/protocol.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h
index 7ebe8de47..0a98e1cc5 100644
--- a/src/net/eathena/packets.h
+++ b/src/net/eathena/packets.h
@@ -217,7 +217,7 @@ int16_t packet_lengths[] =
// #0x0800
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0,
// #0x0840
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 5dd23a22e..d7f5da4b7 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -38,7 +38,9 @@
#define SMSG_LOGIN_ERROR 0x006a
#define SMSG_LOGIN_ERROR2 0x083e
+// unused
#define SMSG_CHAR_LOGIN 0x006b
+#define SMSG_CHAR_LOGIN2 0x082d
#define SMSG_CHAR_LOGIN_ERROR 0x006c
#define SMSG_CHAR_CREATE_SUCCEEDED 0x006d
#define SMSG_CHAR_CREATE_SUCCEEDED2 0x0221