summaryrefslogtreecommitdiff
path: root/src/map/messages_main.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-09-23 15:55:01 +0200
committerGitHub <noreply@github.com>2018-09-23 15:55:01 +0200
commit211df88ef832810792da9e76e9beb3bb6fe45103 (patch)
tree732db250b0b6858f6cc60b671318bd3c66ae1e25 /src/map/messages_main.h
parentf14bb88b2c0d95fd7c1b69db9d367b8a74cfb285 (diff)
parentbb5897b1d3323e8e9d2fd0fd45e2dd41679e9d30 (diff)
downloadhercules-211df88ef832810792da9e76e9beb3bb6fe45103.tar.gz
hercules-211df88ef832810792da9e76e9beb3bb6fe45103.tar.bz2
hercules-211df88ef832810792da9e76e9beb3bb6fe45103.tar.xz
hercules-211df88ef832810792da9e76e9beb3bb6fe45103.zip
Merge pull request #2199 from 4144/updatepackets
Update packets up to 2018-09-19
Diffstat (limited to 'src/map/messages_main.h')
-rw-r--r--src/map/messages_main.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/map/messages_main.h b/src/map/messages_main.h
index dd000d2f1..f26fdb50b 100644
--- a/src/map/messages_main.h
+++ b/src/map/messages_main.h
@@ -23,7 +23,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20180808
+Latest version: 20180829
*/
enum clif_messages {
@@ -21267,6 +21267,24 @@ DEATH : %.1f%% ( basic 100.0%% %s %.1f%%)
*/
MSG_ID_DD1 = 0xdd1,
#endif
+#if PACKETVER >= 20180829
+/*20180829 to latest
+영문이나 러시아어 단독으로만 사용이 가능합니다.
+*/
+ MSG_ID_DD2 = 0xdd2,
+/*20180829 to latest
+you must have an AccessTicket to login
+*/
+ MSG_ID_DD3 = 0xdd3,
+/*20180829 to latest
+창고를 불러오는 중입니다.
+*/
+ MSG_ID_DD4 = 0xdd4,
+/*20180829 to latest
+NOW LOADING..
+*/
+ MSG_ID_DD5 = 0xdd5,
+#endif
};
#endif /* MAP_MESSAGES_MAIN_H */