diff options
author | Haru <haru@dotalux.com> | 2019-03-11 03:41:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 03:41:21 +0100 |
commit | c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08 (patch) | |
tree | 3ab47f1a5d9c91a3b5b3386b005e025e5cd089cf /src/map/messages_zero.h | |
parent | 7dcd2f45f09513686421aacd90184aca9bcf5854 (diff) | |
parent | 6fcce0935b9bca66c76481ac525443599c394b6a (diff) | |
download | hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.gz hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.bz2 hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.xz hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.zip |
Merge pull request #2377 from 4144/updatepackets
Update packets up to 2019-03-06
Diffstat (limited to 'src/map/messages_zero.h')
-rw-r--r-- | src/map/messages_zero.h | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h index 0b679a2c1..0119a9540 100644 --- a/src/map/messages_zero.h +++ b/src/map/messages_zero.h @@ -24,7 +24,7 @@ /* This file is autogenerated, please do not commit manual changes -Latest version: 20190130 +Latest version: 20190220 */ enum clif_messages { @@ -17555,6 +17555,42 @@ TITLE */ MSG_ID_DF9 = 0xdf9, #endif +#if PACKETVER >= 20190213 +/*20190213 to latest +시스템 메세지 : 현재 노점보기 기능이 %s 상태입니다. (/노점보기) +*/ + MSG_ID_DFA = 0xdfa, +/*20190213 to latest +수직 동기 +*/ + MSG_ID_DFB = 0xdfb, +/*20190213 to latest +자료 +*/ + MSG_ID_DFC = 0xdfc, +/*20190213 to latest +http://rodata.zhaouc.com/renwu.html#container +*/ + MSG_ID_DFD = 0xdfd, +/*20190213 to latest +작위 +*/ + MSG_ID_DFE = 0xdfe, +/*20190213 to latest +프레임 제한 +*/ + MSG_ID_DFF = 0xdff, +#endif +#if PACKETVER >= 20190220 +/*20190220 to latest +%d개를 초과할 경우 더 이상 설치 할 수 없습니다. +*/ + MSG_ID_E00 = 0xe00, +/*20190220 to latest +목적지 +*/ + MSG_ID_E01 = 0xe01, +#endif }; #endif /* MAP_MESSAGES_ZERO_H */ |