mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
DB/Spells: fixed Battle Trance proc data
This commit is contained in:
4
sql/updates/world/4.3.4/2020_09_09_00_world.sql
Normal file
4
sql/updates/world/4.3.4/2020_09_09_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `spell_proc` SET `SpellFamilyMask1`= 0x200 | 0x400, `ProcsPerMinute`= 0, `AttributesMask`= 0x2 WHERE `SpellId`= -12322;
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 12964;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellTypeMask`, `SpellPhaseMask`, `AttributesMask`) VALUES
|
||||
(12964, 4, 7, 1, 0x8);
|
||||
Reference in New Issue
Block a user