diff options
author | Haru <haru@dotalux.com> | 2019-06-30 20:09:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 20:09:57 +0200 |
commit | 1bda26086c0fea3d439468559f1c6b3f0acce0dc (patch) | |
tree | ae37522445e1aa573fa5e310fd1f45943256b77f /src/map/messages_main.h | |
parent | abc127d7a82891e9d079847a4c01f5e7c429eee2 (diff) | |
parent | 72ee8cf7e1ea6a55639127d31aa4467dcb144eeb (diff) | |
download | hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.gz hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.bz2 hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.xz hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.zip |
Merge pull request #2491 from 4144/updatepackets
Update packets up to 2019-06-05
Diffstat (limited to 'src/map/messages_main.h')
-rw-r--r-- | src/map/messages_main.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/map/messages_main.h b/src/map/messages_main.h index b9458e374..5057071a8 100644 --- a/src/map/messages_main.h +++ b/src/map/messages_main.h @@ -24,7 +24,7 @@ /* This file is autogenerated, please do not commit manual changes -Latest version: 20190522 +Latest version: 20190619 */ enum clif_messages { @@ -21708,10 +21708,13 @@ AP 상업도/방어도 확인 */ MSG_ID_E2E = 0xe2e, -/*20190522 to latest +/*20190522 to 20190605 관리영지 "%s"(으)로 이동하시겠습니까? (1회 이동 시 마다 1,000제니가 소모됩니다. 공성전 시간에는 제니의 소모가 100배로 증가합니다.) +20190619 to latest +관리영지 "%s"(으)로 이동하시겠습니까? +이동 시 마다 %d제니가 소모됩니다. */ MSG_ID_E2F = 0xe2f, /*20190522 to latest @@ -21727,6 +21730,12 @@ AP */ MSG_ID_E31 = 0xe31, #endif +#if PACKETVER >= 20190619 +/*20190619 to latest +기본 기능 스킬을 습득하지 않은 캐릭터입니다. +*/ + MSG_ID_E32 = 0xe32, +#endif }; #endif /* MAP_MESSAGES_MAIN_H */ |