summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-03-04 23:08:51 +0300
committerAndrei Karas <akaras@inbox.ru>2019-03-04 23:08:51 +0300
commitf28382b61b02a2d13c7d3f5b63c9e699fc549d22 (patch)
treeadd80044601af13650457b843caf2eaeac358342 /src/net/eathena/playerrecv.cpp
parenta10b7cb955ab974c42474726f66e8e16f659bdb6 (diff)
downloadManaVerse-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.tar.gz
ManaVerse-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.tar.bz2
ManaVerse-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.tar.xz
ManaVerse-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.zip
Rename packet SMSG_PLAYER_EQUIP_TICK_ACK into SMSG_PLAYER_ZC_CONFIG
Diffstat (limited to 'src/net/eathena/playerrecv.cpp')
-rw-r--r--src/net/eathena/playerrecv.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/net/eathena/playerrecv.cpp b/src/net/eathena/playerrecv.cpp
index 63e3a8f6c..c6f843168 100644
--- a/src/net/eathena/playerrecv.cpp
+++ b/src/net/eathena/playerrecv.cpp
@@ -408,11 +408,10 @@ void PlayerRecv::processPlayerReadBook(Net::MessageIn &msg)
msg.readInt32("page");
}
-void PlayerRecv::processPlayerEquipTickAck(Net::MessageIn &msg)
+void PlayerRecv::processPlayerZCConfig(Net::MessageIn &msg)
{
- // +++ actually ZC_CONFIG
UNIMPLEMENTEDPACKET;
- msg.readInt32("unused");
+ msg.readInt32("type");
msg.readInt32("flag");
}