diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-02-16 05:31:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-11 03:05:21 +0300 |
commit | c9cd255af27253f73e0f82528ee49fcd90db6eac (patch) | |
tree | b1d2a5278f78bff0ba152356696c7acba1eb2687 /src/map/messages_zero.h | |
parent | f3360cfc9e723cab75062914c5cc6f08f3c375d9 (diff) | |
download | hercules-c9cd255af27253f73e0f82528ee49fcd90db6eac.tar.gz hercules-c9cd255af27253f73e0f82528ee49fcd90db6eac.tar.bz2 hercules-c9cd255af27253f73e0f82528ee49fcd90db6eac.tar.xz hercules-c9cd255af27253f73e0f82528ee49fcd90db6eac.zip |
Update messages table 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 */ |