aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-30 00:09:50 -0500
committermegamage <none@none>2009-05-30 00:09:50 -0500
commit15633ec97e23c9cdf364a9c146150a76a496792e (patch)
treeef8c86bfebfb57b724d2cad6cb9e7869f0b66ea7 /sql/updates
parentd3e1e1eae60caec9fd5962cf2912fcefb48a7809 (diff)
*Fix spell Rune Strike.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3637_world_spell.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/3637_world_spell.sql b/sql/updates/3637_world_spell.sql
new file mode 100644
index 00000000000..5faa61934b0
--- /dev/null
+++ b/sql/updates/3637_world_spell.sql
@@ -0,0 +1,8 @@
+DELETE FROM `playercreateinfo_spell` WHERE Spell = 56816;
+INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
+(0, 6, 56816, 'Rune Strike');
+
+DELETE FROM `spell_proc_event` WHERE `entry`=56816;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(56816, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000030, 0, 0, 0); -- Rune Strike
+