mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[7887] Drop pet spell teaching code, including field in character_pet.
This commit is contained in:
parent
8171bb57dd
commit
c56ef09fa3
10 changed files with 23 additions and 210 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
DROP TABLE IF EXISTS `character_db_version`;
|
||||
CREATE TABLE `character_db_version` (
|
||||
`required_7884_05_characters_character_action` bit(1) default NULL
|
||||
`required_7887_01_characters_character_pet` bit(1) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
|
||||
|
||||
--
|
||||
|
|
@ -483,7 +483,6 @@ CREATE TABLE `character_pet` (
|
|||
`resettalents_cost` int(11) unsigned NOT NULL default '0',
|
||||
`resettalents_time` bigint(20) unsigned NOT NULL default '0',
|
||||
`abdata` longtext,
|
||||
`teachspelldata` longtext,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `owner` (`owner`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Pet System';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue