aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorclick <none@none>2010-07-31 06:22:40 +0200
committerclick <none@none>2010-07-31 06:22:40 +0200
commitb3bca2743ef2312d443055e9389dc9f999215563 (patch)
tree6625bc5f378b78a191017b4df013edee63dc03a2 /sql/updates
parent60b119e0cafc1d0bc89bf81e81be00856b0ae42d (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9108_world_battleground_template.sql1
1 files changed, 1 insertions, 0 deletions
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 ;