diff options
| -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 |
