summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-07 17:21:56 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-07 17:21:56 +0300
commite3f53de7742609f7354869b066076e17f9774a11 (patch)
treee9c5b498eb9f890fb7ae3479b78eac37aefbd67e /src/net/eathena/protocol.h
parentd18a2a0ed390162b771fea7d4c101f37f6be247a (diff)
downloadManaVerse-e3f53de7742609f7354869b066076e17f9774a11.tar.gz
ManaVerse-e3f53de7742609f7354869b066076e17f9774a11.tar.bz2
ManaVerse-e3f53de7742609f7354869b066076e17f9774a11.tar.xz
ManaVerse-e3f53de7742609f7354869b066076e17f9774a11.zip
eathena: fix packet SMSG_WHISPER_RESPONSE 0x09df.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 396b30214..5a80fce68 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -124,7 +124,7 @@
#define SMSG_NPC_STR_INPUT 0x01d4 /**< String input */
#define SMSG_PLAYER_CHAT 0x008e /**< Player talks */
#define SMSG_WHISPER 0x0097 /**< Whisper Recieved */
-#define SMSG_WHISPER_RESPONSE 0x0098
+#define SMSG_WHISPER_RESPONSE 0x09df
#define SMSG_GM_CHAT 0x009a /**< GM announce */
#define SMSG_WALK_RESPONSE 0x0087