diff options
author | Haru <haru@dotalux.com> | 2020-07-26 19:37:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 19:37:54 +0200 |
commit | ae8f443ea5a1816b7c21bfb28b5c7fe92a193735 (patch) | |
tree | 118c4bed71c93eab97b168b580a982ca5a930079 /src/map/messages_main.h | |
parent | 7f90d3faf0fdf66ffc58065f035d4e23a30d78fa (diff) | |
parent | 6e56e63c4150365a388eb3cae5ba2aedcb41118d (diff) | |
download | hercules-ae8f443ea5a1816b7c21bfb28b5c7fe92a193735.tar.gz hercules-ae8f443ea5a1816b7c21bfb28b5c7fe92a193735.tar.bz2 hercules-ae8f443ea5a1816b7c21bfb28b5c7fe92a193735.tar.xz hercules-ae8f443ea5a1816b7c21bfb28b5c7fe92a193735.zip |
Merge pull request #2788 from 4144/updatepackets
Update packets up to 2020-07-15
Diffstat (limited to 'src/map/messages_main.h')
-rw-r--r-- | src/map/messages_main.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/map/messages_main.h b/src/map/messages_main.h index 5c6758dbf..7dc0ff2b6 100644 --- a/src/map/messages_main.h +++ b/src/map/messages_main.h @@ -24,7 +24,7 @@ /* This file is autogenerated, please do not commit manual changes -Latest version: 20200617 +Latest version: 20200701 */ enum clif_messages { @@ -22646,6 +22646,16 @@ DEATH: %.1f%% (basic: 100.0%%, %s: %.1f%%) */ MSG_ID_EEA = 0xeea, #endif +#if PACKETVER >= 20200701 +/*20200701 to latest +채팅차단해제(수신거부해제) +*/ + MSG_ID_EEB = 0xeeb, +/*20200701 to latest +채팅차단(수신거부) +*/ + MSG_ID_EEC = 0xeec, +#endif }; #endif /* MAP_MESSAGES_MAIN_H */ |