summaryrefslogtreecommitdiff
path: root/src/map/messages_zero.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-02-11 01:02:37 +0100
committerGitHub <noreply@github.com>2019-02-11 01:02:37 +0100
commit277c9edf4fb18dbb594fc293289d0b74ecc143d9 (patch)
treeb716296531f84e6b234902702e9502322ce3068e /src/map/messages_zero.h
parent545842eb1e7ec1d38b45a494fb8848d3b778f2ed (diff)
parent6c071f5de0d10ff4700a74e82169a7e2b33842a7 (diff)
downloadhercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.gz
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.bz2
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.xz
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.zip
Merge pull request #2353 from 4144/updatepackets
Update packets and messages up to 2019-01-30
Diffstat (limited to 'src/map/messages_zero.h')
-rw-r--r--src/map/messages_zero.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h
index c86c8c919..0b679a2c1 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: 20181226
+Latest version: 20190130
*/
enum clif_messages {
@@ -17539,6 +17539,22 @@ message
*/
MSG_ID_DF6 = 0xdf6,
#endif
+#if PACKETVER >= 20190116
+/*20190116 to latest
+TITLE
+*/
+ MSG_ID_DF7 = 0xdf7,
+/*20190116 to latest
+데미지 표기 확장
+*/
+ MSG_ID_DF8 = 0xdf8,
+#endif
+#if PACKETVER >= 20190130
+/*20190130 to latest
+맵 이름 표기
+*/
+ MSG_ID_DF9 = 0xdf9,
+#endif
};
#endif /* MAP_MESSAGES_ZERO_H */