mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
*Update to Mangos 7059.
--HG-- branch : trunk
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
DROP TABLE IF EXISTS `character_db_version`;
|
||||
CREATE TABLE `character_db_version` (
|
||||
`required_6976_02_characters_character_db_version` bit(1) default NULL
|
||||
`required_7059_02_characters_pet_spell` bit(1) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
|
||||
|
||||
--
|
||||
@@ -627,7 +627,6 @@ DROP TABLE IF EXISTS `character_spell`;
|
||||
CREATE TABLE `character_spell` (
|
||||
`guid` int(11) unsigned NOT NULL default '0' COMMENT 'Global Unique Identifier',
|
||||
`spell` int(11) unsigned NOT NULL default '0' COMMENT 'Spell Identifier',
|
||||
`slot` int(11) unsigned NOT NULL default '0',
|
||||
`active` tinyint(3) unsigned NOT NULL default '1',
|
||||
`disabled` tinyint(3) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guid`,`spell`)
|
||||
@@ -1217,7 +1216,6 @@ DROP TABLE IF EXISTS `pet_spell`;
|
||||
CREATE TABLE `pet_spell` (
|
||||
`guid` int(11) unsigned NOT NULL default '0' COMMENT 'Global Unique Identifier',
|
||||
`spell` int(11) unsigned NOT NULL default '0' COMMENT 'Spell Identifier',
|
||||
`slot` int(11) unsigned NOT NULL default '0',
|
||||
`active` int(11) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`guid`,`spell`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Pet System';
|
||||
|
||||
Reference in New Issue
Block a user