aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_09_03_08_world_spell_dbc.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_03_08_world_spell_dbc.sql b/sql/updates/world/2011_09_03_08_world_spell_dbc.sql
new file mode 100644
index 00000000000..4d57e320822
--- /dev/null
+++ b/sql/updates/world/2011_09_03_08_world_spell_dbc.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `spell_dbc` ADD COLUMN `AttributesEx6` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `AttributesEx5`;
+ALTER TABLE `spell_dbc` ADD COLUMN `AttributesEx7` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `AttributesEx6`;