diff options
| author | QAston <none@none> | 2009-06-15 01:10:09 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-15 01:10:09 +0200 |
| commit | e81175ec11124e885d349b1dca257d0cf97bdd85 (patch) | |
| tree | 7a6affc1c09b5f3693bed827e329956461368991 /sql | |
| parent | 4c2986c6b16fac13554d8eb290caa28e863c8361 (diff) | |
*Fix Hungering Cold.
--HG--
branch : trunk
rename : sql/updates/3997_world_spell_proc_event.sql => sql/updates/4000_world_spell_proc_event.sql
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/4000_world_spell_proc_event.sql (renamed from sql/updates/3997_world_spell_proc_event.sql) | 0 | ||||
| -rw-r--r-- | sql/world_spell_full.sql | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/3997_world_spell_proc_event.sql b/sql/updates/4000_world_spell_proc_event.sql index d426dc437cb..d426dc437cb 100644 --- a/sql/updates/3997_world_spell_proc_event.sql +++ b/sql/updates/4000_world_spell_proc_event.sql diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 8a0f67e5933..4881152ba2f 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -80,6 +80,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm ( 50720, 59665, 0, 'Vigilance (redirect threat)'), ( 52610, 62071, 0, 'Savage Roar'), ( -52610, -62071, 0, 'Savage Roar'), +(51209, 55095, 2, 'Hungering cold - frost fever'), -- Creature ( 36574, 36650, 0, 'Apply Phase Slip Vulnerability'), @@ -1404,7 +1405,7 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ( 55380, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Skyflare Swiftness ( 55381, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0, 0, 15), -- Mana Restore ( 55440, 0x00, 11, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Healing Wave -( 55610, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Icy Talons +( 55610, 0x00, 15, 0x00000000, 0x04000000, 0x00000000, 0x00001000, 0x00000000, 0, 0, 0), -- Improved Icy Talons ( 55620, 0x00, 15, 0x00000001, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Night of the Dead (Rank 1) ( 55623, 0x00, 15, 0x00000001, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Night of the Dead (Rank 2) ( 55640, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Lightweave Embroidery |
