diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9010_world_spell_scripts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9010_world_spell_scripts.sql b/sql/updates/9010_world_spell_scripts.sql new file mode 100644 index 00000000000..ee1c8601873 --- /dev/null +++ b/sql/updates/9010_world_spell_scripts.sql @@ -0,0 +1 @@ +ALTER TABLE `spell_scripts` ADD COLUMN `effIndex` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `id`; |
