aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortelsamat <someone@trinitycore.org>2011-05-04 09:15:06 +0300
committerShocker <shocker@freakz.ro>2011-05-04 09:15:21 +0300
commit6d63f92bdb88d8159353215f186c611b2d90965d (patch)
tree538e8a20a3e0a9712c3cb6418c3c36041d2dc867 /sql/updates
parent6b709d1ee0d49ddc5b14e0e64ef252b5e9d44435 (diff)
Core/Spells: Fix internal cooldown for Mirror of Truth trinket
Closes #1365
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_05_04_01_world_spell_proc_event.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_04_01_world_spell_proc_event.sql b/sql/updates/world/2011_05_04_01_world_spell_proc_event.sql
new file mode 100644
index 00000000000..49ed444a866
--- /dev/null
+++ b/sql/updates/world/2011_05_04_01_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` where entry = 33648;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(33648, 0, 0, 0, 0, 0, 0, 2, 0, 0, 45);