aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-24 11:13:45 -0500
committermegamage <none@none>2009-05-24 11:13:45 -0500
commit4ebe23324b3eddf3828b4011b532d4b2da0257df (patch)
tree58d0823edcc241dcf8b9009b884c3221d16c56d9 /sql/updates
parent9381493a642c63b86103cab4a3e0b0a0bbdde3e3 (diff)
[7879] Fixed proc for 31571 and ranks. Author: Tanatos
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7879_01_mangos_spell_proc_event.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/7879_01_mangos_spell_proc_event.sql b/sql/updates/7879_01_mangos_spell_proc_event.sql
new file mode 100644
index 00000000000..0675b1904c4
--- /dev/null
+++ b/sql/updates/7879_01_mangos_spell_proc_event.sql
@@ -0,0 +1,7 @@
+ALTER TABLE db_version CHANGE COLUMN required_7855_01_mangos_pools required_7879_01_mangos_spell_proc_event bit;
+
+
+DELETE FROM spell_proc_event WHERE entry IN (31571, 31572);
+INSERT INTO spell_proc_event VALUES
+(31571, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0),
+(31572, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file