diff options
author | click <none@none> | 2010-04-21 19:55:29 +0200 |
---|---|---|
committer | click <none@none> | 2010-04-21 19:55:29 +0200 |
commit | aaf3a62395cf38074ffa648fe47bc5a9ae78a61f (patch) | |
tree | 6b77058c33d4c6ad2d15b0b82b581d55571c34e9 | |
parent | 2d994648a1ceaec9a6a9e116349de952a6c8dc1a (diff) |
* Fix Death's Choice and Death's Verdict Paragon buffs
Fix by Liberate
--HG--
branch : trunk
-rw-r--r-- | sql/updates/7973_world_spell_proc_event.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7973_world_spell_proc_event.sql b/sql/updates/7973_world_spell_proc_event.sql new file mode 100644 index 00000000000..9092729022e --- /dev/null +++ b/sql/updates/7973_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (67771,67702); +INSERT INTO `spell_proc_event` VALUES (67771,1,0,0,0,0,0x0851154,0x03,0,35,45), (67702,1,0,0,0,0,0x0851154,0x03,0,35,45); |