*Some better check of well-fed buff. Source: Mangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-24 19:12:22 -05:00
parent 978d139932
commit 8871c2952a
7 changed files with 52 additions and 20 deletions

View File

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