* Fixed #600, Hotkey Rotate Packet Implemented, Thank You @dastgir

Credits : Hercules 2b4b33b06a
This commit is contained in:
Napster
2015-08-28 16:27:34 +07:00
parent 503c61bbab
commit e444270b0a
6 changed files with 28 additions and 6 deletions

View File

@@ -126,6 +126,7 @@ CREATE TABLE IF NOT EXISTS `char` (
`font` tinyint(3) unsigned NOT NULL default '0',
`uniqueitem_counter` int(11) 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`),