From b3bca2743ef2312d443055e9389dc9f999215563 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 31 Jul 2010 06:22:40 +0200 Subject: 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 --- sql/updates/9108_world_battleground_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/9108_world_battleground_template.sql (limited to 'sql/updates') diff --git a/sql/updates/9108_world_battleground_template.sql b/sql/updates/9108_world_battleground_template.sql new file mode 100644 index 00000000000..bd01fcbc14f --- /dev/null +++ b/sql/updates/9108_world_battleground_template.sql @@ -0,0 +1 @@ +ALTER TABLE `battleground_template` ADD `Comment` CHAR(32) NOT NULL ; -- cgit v1.2.3