From 08bd81e4db25d054c49fdea16062f23b0eb69fc6 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 20 Nov 2014 17:10:30 +0300
Subject: eathena: fix packet SMSG_BEING_NAME_RESPONSE2 0x0b01.

---
 src/net/eathena/packets.h  | 2 +-
 src/net/eathena/protocol.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/net')

diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h
index cdc21e72a..f32df43d3 100644
--- a/src/net/eathena/packets.h
+++ b/src/net/eathena/packets.h
@@ -279,7 +279,7 @@ int16_t packet_lengths[] =
   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,
 // #0x0B00
- 16,   0,   0,   0,   0,   0,   0,   0,   0,   0,   0,   0,   0,   0,   0,   0,
+ 16,  -1,   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,   0,
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index bdf254d04..72b0e4fa2 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -128,7 +128,7 @@
 #define SMSG_FORMAT_MESSAGE_NUMBER   0x07e2
 #define SMSG_FORMAT_MESSAGE_SKILL    0x07e6
 #define SMSG_BEING_NAME_RESPONSE     0x0095 /**< Has to be requested */
-#define SMSG_BEING_NAME_RESPONSE2    0x0220 /**< Has to be requested */
+#define SMSG_BEING_NAME_RESPONSE2    0x0b01 /**< Has to be requested */
 #define SMSG_BEING_CHANGE_DIRECTION  0x009c
 #define SMSG_BEING_RESURRECT         0x0148
 #define SMSG_BEING_STAT_UPDATE_1     0x01ab
-- 
cgit v1.2.3-70-g09d2