diff options
author | Hercules.ws <dev@herc.ws> | 2018-01-09 10:01:35 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-01-09 10:01:35 +0100 |
commit | b4fd4c1ef83e6c2f0b7c0718d6832b9b9a452f7e (patch) | |
tree | 6f084d962b44be598243e353bc3f13d2656fb5b5 | |
parent | 847fc091cf768f90fd654ddd9c293cf9c1318d27 (diff) | |
download | hercules-b4fd4c1ef83e6c2f0b7c0718d6832b9b9a452f7e.tar.gz hercules-b4fd4c1ef83e6c2f0b7c0718d6832b9b9a452f7e.tar.bz2 hercules-b4fd4c1ef83e6c2f0b7c0718d6832b9b9a452f7e.tar.xz hercules-b4fd4c1ef83e6c2f0b7c0718d6832b9b9a452f7e.zip |
ItemDB SQL Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | sql-files/item_db.sql | 2 | ||||
-rw-r--r-- | sql-files/item_db2.sql | 2 | ||||
-rw-r--r-- | sql-files/item_db_re.sql | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sql-files/item_db.sql b/sql-files/item_db.sql index a88d19775..3a045faf0 100644 --- a/sql-files/item_db.sql +++ b/sql-files/item_db.sql @@ -1,7 +1,7 @@ -- This file is part of Hercules. -- http://herc.ws - http://github.com/HerculesWS/Hercules -- --- Copyright (C) 2013-2017 Hercules Dev Team +-- Copyright (C) 2013-2018 Hercules Dev Team -- -- Hercules is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/sql-files/item_db2.sql b/sql-files/item_db2.sql index 4c7640e8f..1957b0b8c 100644 --- a/sql-files/item_db2.sql +++ b/sql-files/item_db2.sql @@ -1,7 +1,7 @@ -- This file is part of Hercules. -- http://herc.ws - http://github.com/HerculesWS/Hercules -- --- Copyright (C) 2013-2017 Hercules Dev Team +-- Copyright (C) 2013-2018 Hercules Dev Team -- -- Hercules is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/sql-files/item_db_re.sql b/sql-files/item_db_re.sql index 8c65f3a5d..4c762b8e8 100644 --- a/sql-files/item_db_re.sql +++ b/sql-files/item_db_re.sql @@ -1,7 +1,7 @@ -- This file is part of Hercules. -- http://herc.ws - http://github.com/HerculesWS/Hercules -- --- Copyright (C) 2013-2017 Hercules Dev Team +-- Copyright (C) 2013-2018 Hercules Dev Team -- -- Hercules is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by |