aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-07-24 21:51:25 +0200
committerShauren <none@none>2010-07-24 21:51:25 +0200
commit32ceff1267fc74bb72cf421e0e016d8ec5b51c39 (patch)
treeeb0bab86c9d2b6e37ac0d59498915008d5d43167 /sql/updates
parent47db12b759b00ee2177e5b5ff0103d0d9e513a64 (diff)
Modified spell_scripts table, it is now possible to add different scripts for each spell effect
Allow SPELL_EFFECT_DUMMY spells to use spell_scripts --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9010_world_spell_scripts.sql1
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`;