summaryrefslogtreecommitdiff
path: root/src/common/packets/packets_len_zero.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-02-11 01:02:37 +0100
committerGitHub <noreply@github.com>2019-02-11 01:02:37 +0100
commit277c9edf4fb18dbb594fc293289d0b74ecc143d9 (patch)
treeb716296531f84e6b234902702e9502322ce3068e /src/common/packets/packets_len_zero.h
parent545842eb1e7ec1d38b45a494fb8848d3b778f2ed (diff)
parent6c071f5de0d10ff4700a74e82169a7e2b33842a7 (diff)
downloadhercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.gz
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.bz2
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.tar.xz
hercules-277c9edf4fb18dbb594fc293289d0b74ecc143d9.zip
Merge pull request #2353 from 4144/updatepackets
Update packets and messages up to 2019-01-30
Diffstat (limited to 'src/common/packets/packets_len_zero.h')
-rw-r--r--src/common/packets/packets_len_zero.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/common/packets/packets_len_zero.h b/src/common/packets/packets_len_zero.h
index 9b7278520..10295cac2 100644
--- a/src/common/packets/packets_len_zero.h
+++ b/src/common/packets/packets_len_zero.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-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_zero.h"
+#elif PACKETVER >= 20180000
#include "common/packets/packets2018_len_zero.h"
#elif PACKETVER >= 20170000
#include "common/packets/packets2017_len_zero.h"