aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-08-08 19:37:09 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2015-08-08 19:37:09 +0200
commit829431c48e994607be53935a8856335c72e46ede (patch)
treee24d7bb1e1ae083b7af1d6220cda12789fa8e564 /sql/updates
parentd8b36dfc173fb66248cf86d1723ee7343c3cfc9f (diff)
SQL: Added missing sql in d8b36dfc173fb66248cf86d1723ee7343c3cfc9f
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/characters/2015_08_08_00_characters.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/characters/2015_08_08_00_characters.sql b/sql/updates/characters/2015_08_08_00_characters.sql
new file mode 100644
index 00000000000..5e009e10fd4
--- /dev/null
+++ b/sql/updates/characters/2015_08_08_00_characters.sql
@@ -0,0 +1 @@
+ALTER TABLE `characters` ADD `lootSpecId` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `activeTalentGroup`;