From 30194bdd614b907c4e0de7b96a3697415d83a7ea Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 5 Aug 2010 18:28:23 +0200 Subject: Add forgotten proc flags in revision ed3790455dfd (9166) --HG-- branch : trunk --- sql/base/world_database.sql | 8 ++++---- sql/updates/9176_world_spell_proc_event.sql | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 sql/updates/9176_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 81df8987fc4..07a0b23b8de 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -7307,10 +7307,10 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 27044, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Hawk ( 61846, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Dragonhawk ( 61847, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Aspect of the Dragonhawk -( 53178, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 100, 0), -- Guard Dog (Rank 1) -( 53179, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 100, 0), -- Guard Dog (Rank 2) -( 62764, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 100, 0), -- Silverback (Rank 1) -( 62765, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00000000, 0x00000000, 0, 100, 0), -- Silverback (Rank 2) +( 53178, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00010000, 0x00000000, 0, 100, 0), -- Guard Dog (Rank 1) +( 53179, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00010000, 0x00000000, 0, 100, 0), -- Guard Dog (Rank 2) +( 62764, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00010000, 0x00000000, 0, 100, 0), -- Silverback (Rank 1) +( 62765, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x00010000, 0x00000000, 0, 100, 0), -- Silverback (Rank 2) ( 49223, 0x00, 15, 0x00000011, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Dirge ( 49599, 0x00, 15, 0x00000011, 0x08020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Dirge ( 49188, 0x00, 15, 0x00000000, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Rime diff --git a/sql/updates/9176_world_spell_proc_event.sql b/sql/updates/9176_world_spell_proc_event.sql new file mode 100644 index 00000000000..c2bab206e2b --- /dev/null +++ b/sql/updates/9176_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procFlags`=0x10000 WHERE `entry` IN (53178,53179,62764,62765); -- cgit v1.2.3