mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
DB/Spells: fixed all Cataclysm pvp trinket procs
This commit is contained in:
7
sql/updates/world/custom/custom_2018_07_06_02_world.sql
Normal file
7
sql/updates/world/custom/custom_2018_07_06_02_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 17007;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`) VALUES
|
||||
(17007, 0, 0x00000014, 0x00000001, 0x00000002, 0x00000002, 0x0, 6000);
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dru_leader_of_the_pack';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(17007, 'spell_dru_leader_of_the_pack');
|
||||
Reference in New Issue
Block a user