mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Spells: Shooting Stars will now only proc from Moonfire and Insect Swarm
This commit is contained in:
3
sql/updates/world/custom/custom_2018_07_07_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2018_07_07_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= -93398;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`) VALUES
|
||||
(-93398, 0x00000002 | 0x00200000, 0x0, 0x0, 0x00040000, 1, 2, 0, 0, 60000);
|
||||
Reference in New Issue
Block a user