summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.h
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.h
parenta10b7cb955ab974c42474726f66e8e16f659bdb6 (diff)
downloadplus-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.tar.gz
plus-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.tar.bz2
plus-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.tar.xz
plus-f28382b61b02a2d13c7d3f5b63c9e699fc549d22.zip
Rename packet SMSG_PLAYER_EQUIP_TICK_ACK into SMSG_PLAYER_ZC_CONFIG
Diffstat (limited to 'src/net/eathena/playerrecv.h')
-rw-r--r--src/net/eathena/playerrecv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerrecv.h b/src/net/eathena/playerrecv.h
index 030c3bcc5..eb611e5a6 100644
--- a/src/net/eathena/playerrecv.h
+++ b/src/net/eathena/playerrecv.h
@@ -48,7 +48,7 @@ namespace EAthena
void processPlayerUpgradeMessage(Net::MessageIn &msg);
void processPlayerFameTaekwon(Net::MessageIn &msg);
void processPlayerReadBook(Net::MessageIn &msg);
- void processPlayerEquipTickAck(Net::MessageIn &msg);
+ void processPlayerZCConfig(Net::MessageIn &msg);
void processPlayerAutoShadowSpellList(Net::MessageIn &msg);
void processPlayerRankPoints(Net::MessageIn &msg);
void processOnlineList(Net::MessageIn &msg);