* Merge pull request #294 and its clean up
* Moved Bank Vault from `login` table (login-server level) to `global_reg_value` as #BANKVAULT (char-server level) * IMPORTANT: Read & import upgrade_20150408.sql * Follow upcbdc0127, another fix for Point Shop NPC. * Follow up022d7289, corrected picklog initial for bound items that removed when member of guild/party or guild/party is broken. Please import upgrade_20150408_log.sql Signed-off-by: Cydh Ramdh <cydh@pservero.com>
This commit is contained in:
@@ -462,7 +462,6 @@ CREATE TABLE IF NOT EXISTS `login` (
|
||||
`character_slots` tinyint(3) unsigned NOT NULL default '0',
|
||||
`pincode` varchar(4) NOT NULL DEFAULT '',
|
||||
`pincode_change` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`bank_vault` int(11) NOT NULL DEFAULT '0',
|
||||
`vip_time` int(11) unsigned NOT NULL default '0',
|
||||
`old_group` tinyint(3) NOT NULL default '0',
|
||||
PRIMARY KEY (`account_id`),
|
||||
|
||||
Reference in New Issue
Block a user