diff options
-rw-r--r-- | sql/base/world_database.sql | 4 | ||||
-rw-r--r-- | sql/updates/9713_world_spell_bonus_data.sql (renamed from sql/updates/9712_world_spell_bonus_data.sql) | 0 | ||||
-rw-r--r-- | sql/updates/9715_world_spell_proc_event.sql | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index b4bd07d0e74..3a9be37714b 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -7120,8 +7120,8 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 51672, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000010, 0, 0, 1), -- Unfair Advantage (Rank 1) ( 51674, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000010, 0, 0, 1), -- Unfair Advantage (Rank 2) ( 51679, 0x00, 8, 0x00000001, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Throwing Specialization (Rank 2) -( 51692, 0x00, 8, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Waylay (Rank 1) -( 51696, 0x00, 8, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Waylay (Rank 2) +( 51692, 0x00, 8, 0x00000204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Waylay (Rank 1) +( 51696, 0x00, 8, 0x00000204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Waylay (Rank 2) ( 51698, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 1), -- Honor Among Thieves (Rank 1) ( 51700, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 1), -- Honor Among Thieves (Rank 2) ( 51701, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 1), -- Honor Among Thieves (Rank 3) diff --git a/sql/updates/9712_world_spell_bonus_data.sql b/sql/updates/9713_world_spell_bonus_data.sql index 05f16b269bf..05f16b269bf 100644 --- a/sql/updates/9712_world_spell_bonus_data.sql +++ b/sql/updates/9713_world_spell_bonus_data.sql diff --git a/sql/updates/9715_world_spell_proc_event.sql b/sql/updates/9715_world_spell_proc_event.sql new file mode 100644 index 00000000000..f214fdf9b49 --- /dev/null +++ b/sql/updates/9715_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (51692, 51696); +INSERT INTO `spell_proc_event` VALUES +( 51692, 0x00, 8, 0x00000204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Waylay (Rank 1) +( 51696, 0x00, 8, 0x00000204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Waylay (Rank 2) |