summaryrefslogtreecommitdiff
path: root/src/map/messages_zero.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-13 15:50:27 +0100
committerGitHub <noreply@github.com>2018-11-13 15:50:27 +0100
commit78e45afe1345185e657b9064df24fdf0592c97b4 (patch)
tree8d5108d7ae8af13a77d871d748614a21a58bda59 /src/map/messages_zero.h
parente606053634bd3dcfad567ed0065c2d3062c4222b (diff)
parent3b8ebb26d93c4ebaec6f66014b43b288036f7357 (diff)
downloadhercules-78e45afe1345185e657b9064df24fdf0592c97b4.tar.gz
hercules-78e45afe1345185e657b9064df24fdf0592c97b4.tar.bz2
hercules-78e45afe1345185e657b9064df24fdf0592c97b4.tar.xz
hercules-78e45afe1345185e657b9064df24fdf0592c97b4.zip
Merge pull request #2310 from 4144/updatepackets
Update packets and messages up to 2018-11-07
Diffstat (limited to 'src/map/messages_zero.h')
-rw-r--r--src/map/messages_zero.h44
1 files changed, 43 insertions, 1 deletions
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h
index 348bc00c8..dc2f87a76 100644
--- a/src/map/messages_zero.h
+++ b/src/map/messages_zero.h
@@ -23,7 +23,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20181010
+Latest version: 20181024
*/
enum clif_messages {
@@ -17422,6 +17422,48 @@ Search
*/
MSG_ID_DDD = 0xddd,
#endif
+#if PACKETVER >= 20181024
+/*20181024 to latest
+펫 먹이주기에 실패했습니다. 먹이를 줄 수 없는 상태입니다.
+*/
+ MSG_ID_DDE = 0xdde,
+/*20181024 to latest
+호문 먹이주기에 실패했습니다. 먹이를 줄 수 없는 상태입니다.
+*/
+ MSG_ID_DDF = 0xddf,
+/*20181024 to latest
+화폐
+*/
+ MSG_ID_DE0 = 0xde0,
+/*20181024 to latest
+%s %d개
+*/
+ MSG_ID_DE1 = 0xde1,
+/*20181024 to latest
+교환에 실패하였습니다.
+*/
+ MSG_ID_DE2 = 0xde2,
+/*20181024 to latest
+교환이 잘 이루어졌습니다.
+*/
+ MSG_ID_DE3 = 0xde3,
+/*20181024 to latest
+교환에 필요한 재화가 부족합니다.
+*/
+ MSG_ID_DE4 = 0xde4,
+/*20181024 to latest
+해당 아이템은 이미 판매되어 재고가 부족합니다.
+*/
+ MSG_ID_DE5 = 0xde5,
+/*20181024 to latest
+사망
+*/
+ MSG_ID_DE6 = 0xde6,
+/*20181024 to latest
+PvP
+*/
+ MSG_ID_DE7 = 0xde7,
+#endif
};
#endif /* MAP_MESSAGES_ZERO_H */