aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-31 10:37:02 +0800
committermegamage <none@none>2009-07-31 10:37:02 +0800
commit11e5132a70b1fb75baf99e35c3650101a6520a0d (patch)
tree723bacaf3a7546cb1d2c80fee269c4e16ba63911
parentc26d5560ea446e2aca2ecfbddc08adf6e168fa7b (diff)
[8254] Internal cooldowns for some item effects. Author: Alez
--HG-- branch : trunk
-rw-r--r--sql/updates/8254_01_mangos_spell_proc_event.sql.tbd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/8254_01_mangos_spell_proc_event.sql.tbd b/sql/updates/8254_01_mangos_spell_proc_event.sql.tbd
new file mode 100644
index 00000000000..9be2487810e
--- /dev/null
+++ b/sql/updates/8254_01_mangos_spell_proc_event.sql.tbd
@@ -0,0 +1,6 @@
+ALTER TABLE db_version CHANGE COLUMN required_8253_02_mangos_spell_proc_event required_8254_01_mangos_spell_proc_event bit;
+
+DELETE FROM `spell_proc_event` WHERE `entry` IN (55747,60436);
+INSERT INTO `spell_proc_event` VALUES
+(55747, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 45),
+(60436, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 45);