From 81a841ed2044335f665fe7e6d875f8e148a6e365 Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 3 Sep 2011 21:05:26 +0200 Subject: Database/Spells: Add AttributesEx6 and AttributesEx7 columns to spell_dbc table. --- sql/updates/world/2011_09_03_08_world_spell_dbc.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_09_03_08_world_spell_dbc.sql (limited to 'sql/updates') 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`; -- cgit v1.2.3