aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/1927_world.sql
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-03-15 13:54:00 +0100
committerAnubisss <none@none>2009-03-15 13:54:00 +0100
commit8b246d66d31b8f99544a4e7b74ccfa16b9c0f3c4 (patch)
tree82baf6ee794fb2ba21bbac92f7a2f12c272aec05 /sql/updates/1927_world.sql
parentfd543714576753d1ae345b38683cdf52e228e040 (diff)
*Remove incorrect sqls. Add the correct one.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/1927_world.sql')
-rw-r--r--sql/updates/1927_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/1927_world.sql b/sql/updates/1927_world.sql
new file mode 100644
index 00000000000..8867c6cb24a
--- /dev/null
+++ b/sql/updates/1927_world.sql
@@ -0,0 +1,11 @@
+-- Nature's Grace --
+DELETE FROM `spell_proc_event` WHERE `entry` IN (16880, 61345, 61346);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(16880, 0x48, 7, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0),
+(61345, 0x48, 7, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0),
+(61346, 0x48, 7, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
+-- Blade Twisting --
+DELETE FROM `spell_proc_event` WHERE `entry` IN (31124, 31126);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(31124, 0x00, 8, 0x01000006, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0),
+(31126, 0x00, 8, 0x01000006, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);