Skip to content

Commit

Permalink
[7988] Merge branch '310' - Switch to support client version 3.1.3
Browse files Browse the repository at this point in the history
Thanks to TOM_RUS for most work to make this switch possible ;)
  • Loading branch information
VladimirMangos committed Jun 10, 2009
2 parents 1f03299 + 3104583 commit b342c24
Show file tree
Hide file tree
Showing 94 changed files with 2,306 additions and 1,189 deletions.
2 changes: 1 addition & 1 deletion sql/characters.sql
Expand Up @@ -21,7 +21,7 @@

DROP TABLE IF EXISTS `character_db_version`;
CREATE TABLE `character_db_version` (
`required_7932_01_characters_character_pet` bit(1) default NULL
`required_7988_07_characters_characters` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';

--
Expand Down

0 comments on commit b342c24

Please sign in to comment.