diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-08-27 20:47:23 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-08-27 21:16:42 +0530 |
commit | 2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0 (patch) | |
tree | f9357ef349422c260e09237e5f6e9811d38e15d7 /sql-files/main.sql | |
parent | bcf51fa5a12d07fe80975bc921ccce3e4f6bf35d (diff) | |
download | hercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.tar.gz hercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.tar.bz2 hercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.tar.xz hercules-2b4b33b06a964e83bf5df9f7f0b795ddf76f9dd0.zip |
Hotkey Rotate Packet Implemented
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r-- | sql-files/main.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index a980cfd80..64bdfb5c7 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -176,6 +176,7 @@ CREATE TABLE IF NOT EXISTS `char` ( `unban_time` INT(11) UNSIGNED NOT NULL DEFAULT '0', `uniqueitem_counter` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0', `sex` ENUM('M','F','U') NOT NULL DEFAULT 'U', + `hotkey_rowshift` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`char_id`), UNIQUE KEY `name_key` (`name`), KEY `account_id` (`account_id`), @@ -800,6 +801,7 @@ INSERT INTO `sql_updates` (`timestamp`) VALUES (1409590380); -- 2014-09-01--16-5 INSERT INTO `sql_updates` (`timestamp`) VALUES (1414975503); -- 2014-11-03--00-45.sql INSERT INTO `sql_updates` (`timestamp`) VALUES (1435860840); -- 2015-07-02--18-14.sql INSERT INTO `sql_updates` (`timestamp`) VALUES (1436360978); -- 2015-07-08--13-08.sql +INSERT INTO `sql_updates` (`timestamp`) VALUES (1440688342); -- 2015-08-27--20-42.sql -- -- Table structure for table `storage` |