aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-03 18:41:11 -0600
committermegamage <none@none>2009-03-03 18:41:11 -0600
commit1cdae46468e7375785f564e9fa85180fce1948b9 (patch)
tree776ef7d46a1fefded7826f5ca98258ee4cccae42 /sql/updates
parentd6b09015d6c1ac5c62e63d51aeb496c0cc2d3fe5 (diff)
[7376] Allow store in spell_area.aura_spell negative values for "not has aura" requirement. Author: VladimirMangos
Also * Allow have in aura_spell spells with SPELL_AURA_PHASE in first effect. * Allow negative aura_spell chaining in spell_area table. * Better check at loading duplicate data (by requiremnt set) in spell_area table. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7376_01_mangos_spell_area.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7376_01_mangos_spell_area.sql b/sql/updates/7376_01_mangos_spell_area.sql
new file mode 100644
index 00000000000..5a3aadd682d
--- /dev/null
+++ b/sql/updates/7376_01_mangos_spell_area.sql
@@ -0,0 +1,4 @@
+ALTER TABLE db_version CHANGE COLUMN required_7369_01_mangos_quest_template required_7376_01_mangos_spell_area bit;
+
+ALTER TABLE spell_area
+ CHANGE COLUMN `aura_spell` `aura_spell` mediumint(8) NOT NULL default '0';