[7932] Store in DB only spell part of pet action bar, set other to default state (reaction saved).

This commit is contained in:
VladimirMangos 2009-06-01 04:39:32 +04:00
parent c386bef32e
commit 7d6bf1fdbf
7 changed files with 44 additions and 27 deletions

View file

@ -21,7 +21,7 @@
DROP TABLE IF EXISTS `character_db_version`;
CREATE TABLE `character_db_version` (
`required_7903_01_characters_character_pet` bit(1) default NULL
`required_7932_01_characters_character_pet` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
--