[7941] Restore autocast pet spell state at load/resummon
[getmangos.git] / sql / updates / 2008_12_22_05_characters_account_data.sql
blob5923bfe9639b54bddc531c22facdda7bfc9c9225
1 ALTER TABLE character_db_version CHANGE COLUMN required_2008_12_22_02_characters_character_pet required_2008_12_22_05_characters_account_data bit;
3 CREATE TABLE `account_data` (
4   `account` int(11) unsigned NOT NULL default '0',
5   `type` int(11) unsigned NOT NULL default '0',
6   `time` bigint(11) unsigned NOT NULL default '0',
7   `data` longtext NOT NULL,
8   PRIMARY KEY  (`account`,`type`)
9 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;