diff options
| author | QAston <none@none> | 2009-07-19 00:27:03 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-19 00:27:03 +0200 |
| commit | 51ed0f00cfbdf3e875e656e608873c72312fb43a (patch) | |
| tree | cb3e70fdbe48b67a5f4d85b7eee7a43fe3f770b4 | |
| parent | 53c62aceadc4d4359437a8bccbbe7993bda4e510 (diff) | |
*Set one charge for Elune's Wrath - by Drethek.
--HG--
branch : trunk
| -rw-r--r-- | sql/FULL/world_spell_full.sql | 1 | ||||
| -rw-r--r-- | src/game/SpellMgr.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index cde8cd16655..c7391c34d35 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -72,7 +72,6 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (48395, 50171, 2, 'Improved Moonkin Form'), (48396, 50172, 2, 'Improved Moonkin Form'), ( 20594, 65116, 2, 'Stoneform'), -( 1038, 53055, 2, 'Hand of Salvation'), -- Creature ( 36574, 36650, 0, 'Apply Phase Slip Vulnerability'), diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 0002e967304..7b32cf729b7 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3810,6 +3810,7 @@ void SpellMgr::LoadSpellCustomAttr() case 57761: // Fireball! case 39805: // Lightning Overload case 52437: // Sudden Death + case 64823: // Item - Druid T8 Balance 4P Bonus spellInfo->procCharges=1; break; case 44544: // Fingers of Frost |
