diff options
author | Haru <haru@dotalux.com> | 2019-11-17 16:54:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-17 16:54:11 +0100 |
commit | 1f000882ca8ce9d4bb48757b81848b8b6a98ad0e (patch) | |
tree | 34855b2936e1197385417dca7905b7a8fd9c97d5 /sql-files/logs.sql | |
parent | 76c5cbecee3441a8dbd1f729e09db78af94be056 (diff) | |
parent | 8b361e2b31d9926a83befb012a27edc4c6ee59d1 (diff) | |
download | hercules-1f000882ca8ce9d4bb48757b81848b8b6a98ad0e.tar.gz hercules-1f000882ca8ce9d4bb48757b81848b8b6a98ad0e.tar.bz2 hercules-1f000882ca8ce9d4bb48757b81848b8b6a98ad0e.tar.xz hercules-1f000882ca8ce9d4bb48757b81848b8b6a98ad0e.zip |
Merge pull request #2560 from dastgirp/logs/item
Fixes some confusion in logs and added new log type
Diffstat (limited to 'sql-files/logs.sql')
-rw-r--r-- | sql-files/logs.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/logs.sql b/sql-files/logs.sql index 6edf385a2..339f6ca46 100644 --- a/sql-files/logs.sql +++ b/sql-files/logs.sql @@ -144,7 +144,7 @@ CREATE TABLE IF NOT EXISTS `picklog` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `time` DATETIME NULL, `char_id` INT(11) NOT NULL DEFAULT '0', - `type` ENUM('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','K','Y','Z','W','Q','J','H','@','0','1','2') NOT NULL DEFAULT 'P', + `type` ENUM('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U','K','Y','Z','W','Q','J','H','@','0','1','2','3') NOT NULL DEFAULT 'P', `nameid` INT(11) NOT NULL DEFAULT '0', `amount` INT(11) NOT NULL DEFAULT '1', `refine` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', |