*Cleaned up SQL, updated FULLs

--HG--
branch : trunk
This commit is contained in:
maximius
2009-08-08 21:51:55 -07:00
parent 2f83f6a79c
commit 84ab289a40
4 changed files with 15 additions and 1 deletions

View File

@@ -138,6 +138,17 @@ CREATE TABLE `areatrigger_teleport` (
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System';
SET character_set_client = @saved_cs_client;
--
-- Table structure for table `autobroadcast`
--
DROP TABLE IF EXISTS `autobroadcast`;
CREATE TABLE `autobroadcast` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`text` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `battleground_template`
--