summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/playerrecv.cpp')
-rw-r--r--src/net/eathena/playerrecv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/playerrecv.cpp b/src/net/eathena/playerrecv.cpp
index 11d9e9bc1..95811448f 100644
--- a/src/net/eathena/playerrecv.cpp
+++ b/src/net/eathena/playerrecv.cpp
@@ -388,7 +388,7 @@ void PlayerRecv::processPlayerUpgradeMessage(Net::MessageIn &msg)
{
UNIMPLEMENTEDPACKET;
msg.readInt32("result");
- msg.readInt16("item id");
+ msg.readItemId("item id");
}
void PlayerRecv::processPlayerFameTaekwon(Net::MessageIn &msg)
@@ -407,6 +407,7 @@ void PlayerRecv::processPlayerReadBook(Net::MessageIn &msg)
void PlayerRecv::processPlayerEquipTickAck(Net::MessageIn &msg)
{
+ // +++ actually ZC_CONFIG
UNIMPLEMENTEDPACKET;
msg.readInt32("unused");
msg.readInt32("flag");