diff options
author | Liberate <none@none> | 2010-05-26 22:47:47 +0200 |
---|---|---|
committer | Liberate <none@none> | 2010-05-26 22:47:47 +0200 |
commit | c3b480ce81be61f86404dad9cc30fe56d91e3eae (patch) | |
tree | cbd131ab9d7de0c0d32648339f5d8bd74689f71f /sql | |
parent | 033d688d8e0cd579a0e4288ad3848321e508f66d (diff) |
Fixes the Deathbringer's Will Trinket.
This needs DB support so you don't change into a pig instead of a vrykul/taunka.
Based on c.j.b's patch.
Fixes issue 1933
Fixes issue 1843
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/8312_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/8312_world_spell_proc_event.sql b/sql/updates/8312_world_spell_proc_event.sql new file mode 100644 index 00000000000..775ad64f307 --- /dev/null +++ b/sql/updates/8312_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (71519,71562); +INSERT INTO `spell_proc_event` (`entry`, `Cooldown`) VALUES +(71519, 105), +(71562, 105); |