summaryrefslogtreecommitdiff
path: root/src/login/lclif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-15 17:43:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-12 21:18:04 +0300
commit6988272675e7e3e1e6f117e93ff0fdf8f59559d2 (patch)
tree2def9b9d691bbfc82500f37ba56880847b071c8f /src/login/lclif.h
parent87d4d4f524ce4e5d34542e56d899a0749cc9a27d (diff)
downloadhercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.tar.gz
hercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.tar.bz2
hercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.tar.xz
hercules-6988272675e7e3e1e6f117e93ff0fdf8f59559d2.zip
Rename defines PACKET_ID_* to HEADER_*
Diffstat (limited to 'src/login/lclif.h')
-rw-r--r--src/login/lclif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/lclif.h b/src/login/lclif.h
index d1e4317a2..26c061367 100644
--- a/src/login/lclif.h
+++ b/src/login/lclif.h
@@ -87,8 +87,8 @@ struct lclif_interface {
* @param fd The client connection file descriptor.
* @param ban The ban duration (if error == 6).
* @param error The authentication error code.
- * @see #PACKET_ID_AC_REFUSE_LOGIN.
- * @see #PACKET_ID_AC_REFUSE_LOGIN_R2.
+ * @see #HEADER_AC_REFUSE_LOGIN.
+ * @see #HEADER_AC_REFUSE_LOGIN_R2.
*/
void (*auth_failed)(int fd, time_t ban, uint32 error);