Adding banking support

This commit is contained in:
lighta
2013-11-05 13:41:42 -05:00
parent cd3cb9fa95
commit 1290826be2
25 changed files with 644 additions and 97 deletions

View File

@@ -459,6 +459,7 @@ 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` BIGINT(64) NOT NULL DEFAULT '0',
PRIMARY KEY (`account_id`),
KEY `name` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=2000000;