diff options
author | Haru <haru@dotalux.com> | 2020-01-12 16:16:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 16:16:02 +0100 |
commit | d88ba2f882c92753a9093432daa55f06db8dec93 (patch) | |
tree | 0fe3cc037e846f9db765f271ec082d54b7cba11d /src/map/messages_zero.h | |
parent | bf99547843038bc15dc1948748d969950e866465 (diff) | |
parent | ad7a25af13277c280fb4a7cbf134fe5d01de186d (diff) | |
download | hercules-d88ba2f882c92753a9093432daa55f06db8dec93.tar.gz hercules-d88ba2f882c92753a9093432daa55f06db8dec93.tar.bz2 hercules-d88ba2f882c92753a9093432daa55f06db8dec93.tar.xz hercules-d88ba2f882c92753a9093432daa55f06db8dec93.zip |
Merge pull request #2599 from 4144/updatepackets
Update packets up to 2020-01-08
Diffstat (limited to 'src/map/messages_zero.h')
-rw-r--r-- | src/map/messages_zero.h | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h index 2c0c6203b..305f76911 100644 --- a/src/map/messages_zero.h +++ b/src/map/messages_zero.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: 20191224 */ enum clif_messages { @@ -17343,8 +17343,10 @@ Zoom Out 기능을 해제합니다 (Off) 파티장인 경우, 가입 요청을 할 수 없습니다. */ MSG_ID_DBB = 0xdbb, -/*20180425 to latest +/*20180425 to 20191211 모험가 중개소에 등록 중입니다. 잠시만 기다려 주세요. +20191224 to latest +파티 가입 최대 레벨은 최소 레벨 설정보다 높아야 합니다. */ MSG_ID_DBC = 0xdbc, /*20180425 to latest @@ -18524,6 +18526,16 @@ Num: %d/%d Weight: %d/%d */ MSG_ID_EBC = 0xebc, #endif +#if PACKETVER >= 20191224 +/*20191224 to latest +서번트 웨폰 %d개가 필요합니다. +*/ + MSG_ID_EBD = 0xebd, +/*20191224 to latest +https://member.gnjoy.com.tw/billing.aspx +*/ + MSG_ID_EBE = 0xebe, +#endif }; #endif /* MAP_MESSAGES_ZERO_H */ |