aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-06-27 19:32:32 +0200
committerShauren <shauren.trinity@gmail.com>2013-06-27 19:32:32 +0200
commit899f1fb7e401d66b2e7a6486856d3be09b81a0ed (patch)
tree6d79878ce20e46dd3ecf2ccc8b3916bd1100b3dc /sql
parent50e7b93bbd66b1d26916bc4168ea4fe875fa2566 (diff)
parent4c78f3201c6b86ab06c288ae2db0680fcc6804b7 (diff)
Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_06_27_00_world_spell_misc_434.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_27_00_world_spell_misc_434.sql b/sql/updates/world/2013_06_27_00_world_spell_misc_434.sql
new file mode 100644
index 00000000000..17055afe2bf
--- /dev/null
+++ b/sql/updates/world/2013_06_27_00_world_spell_misc_434.sql
@@ -0,0 +1,11 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (77794,77795,77796);
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(77794, 'spell_sha_focused_insight'),
+(77795, 'spell_sha_focused_insight'),
+(77796, 'spell_sha_focused_insight');
+
+DELETE FROM `spell_proc_event` WHERE `entry` IN (77794,77795,77796);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(77794, 0, 11, 0x90100000, 0, 0, 0, 0, 0, 0, 0),
+(77795, 0, 11, 0x90100000, 0, 0, 0, 0, 0, 0, 0),
+(77796, 0, 11, 0x90100000, 0, 0, 0, 0, 0, 0, 0);