DB/Characters: fix code indentation

This commit is contained in:
ShinDarth
2016-08-14 12:34:03 +02:00
parent 8b02090c0e
commit 338318e262

View File

@@ -9,9 +9,9 @@ DROP TABLE IF EXISTS `battleground_deserters`;
/*!40101 SET character_set_client = utf8 */; /*!40101 SET character_set_client = utf8 */;
CREATE TABLE `battleground_deserters` CREATE TABLE `battleground_deserters`
( (
`guid` INT(10) UNSIGNED NOT NULL COMMENT 'characters.guid', `guid` INT(10) UNSIGNED NOT NULL COMMENT 'characters.guid',
`type` TINYINT(3) UNSIGNED NOT NULL COMMENT 'type of the desertion', `type` TINYINT(3) UNSIGNED NOT NULL COMMENT 'type of the desertion',
`datetime` DATETIME NOT NULL COMMENT 'datetime of the desertion' `datetime` DATETIME NOT NULL COMMENT 'datetime of the desertion'
) ENGINE=InnoDB DEFAULT CHARSET=latin1; ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */; /*!40101 SET character_set_client = @saved_cs_client */;