mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Core/Spells: Fix Glyph of Freezing Trap
This commit is contained in:
@@ -1400,6 +1400,12 @@ void Aura::HandleAuraSpecificMods(AuraApplication const * aurApp, Unit * caster,
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_HUNTER:
|
||||
// Glyph of Freezing Trap
|
||||
if (GetSpellProto()->SpellFamilyFlags[0] & 0x00000008)
|
||||
if (caster && caster->HasAura(56845))
|
||||
target->CastSpell(target, 61394, true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user