diff options
| author | QAston <qaston@gmail.com> | 2011-09-03 21:05:26 +0200 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2011-09-03 21:05:26 +0200 |
| commit | 81a841ed2044335f665fe7e6d875f8e148a6e365 (patch) | |
| tree | f6fe41ef1aaacbd7ee3eace4d4a46a20fc3858ba /sql | |
| parent | 5a526d6d7ffb148f75a04cafa48d413cd1cb7430 (diff) | |
Database/Spells: Add AttributesEx6 and AttributesEx7 columns to spell_dbc table.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_09_03_08_world_spell_dbc.sql | 2 |
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`; |
