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

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-01 21:49:42 -05:00
parent 2c350bcb80
commit 4e31ec051d
5 changed files with 44 additions and 25 deletions

View File

@@ -23,7 +23,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';
--