*Update to Mangos 7076.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-12 21:58:01 -06:00
parent 5f3418c80c
commit 78e92e9023
14 changed files with 3154 additions and 177 deletions

View File

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