mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Spells: "Black Magic" can no longer remove after dead
This commit is contained in:
@@ -3309,6 +3309,9 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
/// @todo: remove this when basepoints of all Ride Vehicle auras are calculated correctly
|
||||
spellInfo->Effects[EFFECT_0].BasePoints = 1;
|
||||
break;
|
||||
case 59630: // Black Magic
|
||||
spellInfo->Attributes |= SPELL_ATTR0_PASSIVE;
|
||||
break;
|
||||
// ULDUAR SPELLS
|
||||
//
|
||||
case 62374: // Pursued (Flame Leviathan)
|
||||
|
||||
Reference in New Issue
Block a user