diff options
| author | Nevan <none@none> | 2009-08-03 19:19:58 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-08-03 19:19:58 +0200 |
| commit | 044b8b44a3efc5332f22be9d34ebdeee1ea49634 (patch) | |
| tree | b8b4e63649efe87d8caab89e87121f530bcec23b /sql | |
| parent | 7569bb343a532ca6d080ad48bcb8275b3a182ddb (diff) | |
*Moved Glyph of Polymorph in Unit::HandleDummyAuraProc
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/4738_world_spell_proc_event.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/4738_world_spell_proc_event.sql b/sql/updates/4738_world_spell_proc_event.sql new file mode 100644 index 00000000000..27107a19ef5 --- /dev/null +++ b/sql/updates/4738_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_proc_event` WHERE (`entry`='56375'); +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`procFlags`) VALUES ('56375','0','3',0x01000000,0x00010000); |
