summaryrefslogtreecommitdiff
path: root/src/map/messages_re.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-12-20 01:23:01 +0300
committerAndrei Karas <akaras@inbox.ru>2020-01-09 09:37:19 +0300
commit7d0515ca900e0c45f347bd9a6b3d887a8d6d35f4 (patch)
tree6c411e55134a9a192d8c5543cc7f1ef01fe296d9 /src/map/messages_re.h
parenta71a6d93354daeaf4db12ea0464622351a225e0b (diff)
downloadhercules-7d0515ca900e0c45f347bd9a6b3d887a8d6d35f4.tar.gz
hercules-7d0515ca900e0c45f347bd9a6b3d887a8d6d35f4.tar.bz2
hercules-7d0515ca900e0c45f347bd9a6b3d887a8d6d35f4.tar.xz
hercules-7d0515ca900e0c45f347bd9a6b3d887a8d6d35f4.zip
Update messages up to 2020-01-08
Diffstat (limited to 'src/map/messages_re.h')
-rw-r--r--src/map/messages_re.h39
1 files changed, 34 insertions, 5 deletions
diff --git a/src/map/messages_re.h b/src/map/messages_re.h
index d9f279bfd..294084c65 100644
--- a/src/map/messages_re.h
+++ b/src/map/messages_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2013-2019 Hercules Dev Team
- * Copyright (C) 2018-2019 Andrei Karas (4144)
+ * Copyright (C) 2013-2020 Hercules Dev Team
+ * Copyright (C) 2018-2020 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20191211
+Latest version: 20200108
*/
enum clif_messages {
@@ -6780,9 +6780,11 @@ The Memorial Dungeon's entry time limit expired; it has been destroyed.
The Memorial Dungeon has been removed.
*/
MSG_MEMORIAL_DUN_DESTROY_REQUEST = 0x544,
-/*20080827 to latest
+/*20080827 to 20191218
메모리얼 던전에 시스템 오류가 발생하였습니다. 정상적인 게임 진행을 위해 재접속을 해주십시오.
A system error has occurred in the Memorial Dungeon. Please relog in to the game to continue playing.
+20191224 to latest
+메모리얼 던전에 통신 장애가 발생하였습니다. 정상적인 게임 진행을 위해 잠시 후, 재접속을 해주십시오.
*/
MSG_MEMORIAL_DUN_ERROR = 0x545,
/*20080827 to latest
@@ -21705,8 +21707,10 @@ VTC 인증에 실패하였습니다.
가나다 정렬
*/
MSG_ID_E8A = 0xe8a,
-/*20191113 to latest
+/*20191113 to 20191224
기본 결과물은 %s %d개 이나, 낮은 확률로 최대 %d개까지 생성될 수 있습니다.
+20200108 to latest
+※[%s] %d~%d개 제작
*/
MSG_ID_E8B = 0xe8b,
/*20191113 to latest
@@ -21912,6 +21916,31 @@ Num: %d/%d Weight: %d/%d
*/
MSG_ID_EBC = 0xebc,
#endif
+#if PACKETVER >= 20191218
+/*20191218 to latest
+서번트 웨폰 %d개가 필요합니다.
+*/
+ MSG_ID_EBD = 0xebd,
+/*20191218 to latest
+https://member.gnjoy.com.tw/billing.aspx
+*/
+ MSG_ID_EBE = 0xebe,
+#endif
+#if PACKETVER >= 20200108
+/*20200108 to latest
+역순 정렬
+*/
+ MSG_ID_EBF = 0xebf,
+/*20200108 to latest
+검색 내용 입력
+*/
+ MSG_ID_EC0 = 0xec0,
+/*20200108 to latest
+검색
+Search
+*/
+ MSG_ID_EC1 = 0xec1,
+#endif
};
#endif /* MAP_MESSAGES_RE_H */