diff options
| author | QAston <none@none> | 2009-06-13 16:31:46 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-13 16:31:46 +0200 |
| commit | 990de65ba2d9c0468767dbf83723cf2ed06fb9ee (patch) | |
| tree | 4719f6203e094e487e38fe8cd7e53094c5966a60 /sql | |
| parent | ee9c12b48041884267c483ec1d5a197a9d9729ab (diff) | |
*Fix sudden doom.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3956_world_spell_proc_event.sql | 1 | ||||
| -rw-r--r-- | sql/world_spell_full.sql | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sql/updates/3956_world_spell_proc_event.sql b/sql/updates/3956_world_spell_proc_event.sql new file mode 100644 index 00000000000..a7dcc25e025 --- /dev/null +++ b/sql/updates/3956_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (49531,49532); diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index e0b88fcd5cd..50978990ced 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -1282,8 +1282,6 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell (49504, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Bloody Vengeance (Rank 3) (49529, 0x00, 15, 0x01400000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Sudden Doom (Rank 2) (49530, 0x00, 15, 0x01400000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Sudden Doom (Rank 3) -(49531, 0x00, 15, 0x01400000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Sudden Doom (Rank 4) -(49532, 0x00, 15, 0x01400000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Sudden Doom (Rank 5) (49622, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 60), -- Bonus Mana Regen (49657, 0x00, 15, 0x00000000, 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Endless Winter (Rank 2) (50781, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Fate Rune of Primal Energy |
