diff options
| author | Nevan <none@none> | 2009-08-17 19:23:17 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-08-17 19:23:17 +0200 |
| commit | 5c285e93b9b5cd4b8ecb3d18e5c752c850a11de5 (patch) | |
| tree | 3ea4a5bb839e4eb2828da7f7c8fb214c99d40afb /sql/updates | |
| parent | 937fd6d632c38db661a0b71caf6d748ae7fc29bc (diff) | |
*Fix Glyph of Rake
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5153_world_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5153_world_spell_proc_event.sql b/sql/updates/5153_world_spell_proc_event.sql new file mode 100644 index 00000000000..7b8b82738fb --- /dev/null +++ b/sql/updates/5153_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 54821; +INSERT INTO `spell_proc_event` ( `entry` , `SpellFamilyName` , `SpellFamilyMask0` , `procFlags`) VALUES +(54821, 7, 0x00001000, 0x00000010); -- Glyph of Rake |
