*add .debug bg to allow starting a battleground with just one player it's implemented like .debug arena - so you toggle debug bg on or off By balrok

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-10 00:39:03 -06:00
parent d696381f32
commit 7f39dbd848
8 changed files with 30 additions and 9 deletions

View File

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