Core/SQL: Add commentfield in battleground_template

Support-data found on TDB : http://forum.trinitycore.org/forum/122-core-related-db-content/

--HG--
branch : trunk
This commit is contained in:
click
2010-07-31 06:22:40 +02:00
parent 60b119e0ca
commit b3bca2743e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -241,6 +241,7 @@ CREATE TABLE `battleground_template` (
`AllianceStartO` float NOT NULL,
`HordeStartLoc` mediumint(8) unsigned NOT NULL,
`HordeStartO` float NOT NULL,
`Comment` char(32) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -0,0 +1 @@
ALTER TABLE `battleground_template` ADD `Comment` CHAR(32) NOT NULL ;