diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/base/world_database.sql | 2 | ||||
-rw-r--r-- | sql/updates/9791_world_spell_group.sql | 1 | ||||
-rw-r--r-- | sql/updates/9791_world_spell_proc_event.sql | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index bff37f7818c..f74ef0eeb10 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -17597,7 +17597,6 @@ INSERT INTO `spell_group` (`id`, `spell_id`) VALUES -- Increased Spell Power Buff (1044,54646), -- Focus Magic (1045,52109), -- Flametongue Totem -(1046,63283), -- Totem of Wrath (1046,57658), -- Totem of Wrath (1046,57660), -- Totem of Wrath (1046,57662), -- Totem of Wrath @@ -19105,6 +19104,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 63108, 0x00, 5, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Siphon Life ( 63158, 0x00, 5, 0x00000001, 0x000000C0, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Decimation ( 63156, 0x00, 5, 0x00000001, 0x000000C0, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Decimation +( 63280, 0x00, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph ofTotem of Wrath ( 64343, 0x00, 3, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Impact ( 64976, 0x00, 4, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Juggernaut ( 64914, 0x00, 8, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Rogue T8 2P Bonus diff --git a/sql/updates/9791_world_spell_group.sql b/sql/updates/9791_world_spell_group.sql new file mode 100644 index 00000000000..19d113a7ab0 --- /dev/null +++ b/sql/updates/9791_world_spell_group.sql @@ -0,0 +1 @@ +DELETE FROM `spell_group` WHERE `spell_id` IN ('63283'); diff --git a/sql/updates/9791_world_spell_proc_event.sql b/sql/updates/9791_world_spell_proc_event.sql new file mode 100644 index 00000000000..c30c6c7974e --- /dev/null +++ b/sql/updates/9791_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry`=63280; +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +(63280,0x00,11,0x20000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0); -- Glyph ofTotem of Wrath |