diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-09 07:30:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-14 20:18:11 +0300 |
commit | 828cbdc9e761499ba1336a2bb68267a161053d19 (patch) | |
tree | d5e9b729a96b7b66ebdcb02d53d3f5a873660cb2 /src/common/packets/packets_len_re.h | |
parent | 868b2f75fc40e29d285c08d103203b337ad5fbef (diff) | |
download | hercules-828cbdc9e761499ba1336a2bb68267a161053d19.tar.gz hercules-828cbdc9e761499ba1336a2bb68267a161053d19.tar.bz2 hercules-828cbdc9e761499ba1336a2bb68267a161053d19.tar.xz hercules-828cbdc9e761499ba1336a2bb68267a161053d19.zip |
Update packets table up to 2019-01-09
Diffstat (limited to 'src/common/packets/packets_len_re.h')
-rw-r--r-- | src/common/packets/packets_len_re.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/common/packets/packets_len_re.h b/src/common/packets/packets_len_re.h index 86702ae7d..506a1ef80 100644 --- a/src/common/packets/packets_len_re.h +++ b/src/common/packets/packets_len_re.h @@ -2,8 +2,8 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2018 Hercules Dev Team - * Copyright (C) 2018 Andrei Karas (4144) + * Copyright (C) 2019 Hercules Dev Team + * Copyright (C) 2019 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,9 @@ /* This file is autogenerated, please do not commit manual changes */ -#if PACKETVER >= 20180000 +#if PACKETVER >= 20190000 +#include "common/packets/packets2019_len_re.h" +#elif PACKETVER >= 20180000 #include "common/packets/packets2018_len_re.h" #elif PACKETVER >= 20170000 #include "common/packets/packets2017_len_re.h" |