mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*Fix frenzy and Ferocious Inspiration proc.
*Add command .reset all pet_spells - use it if you still have problems with pet talents after recent revs changes (like pets with all talents for example) --HG-- branch : trunk
This commit is contained in:
@@ -5524,6 +5524,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
|
||||
// Glyph of Dispel Magic
|
||||
case 55677:
|
||||
{
|
||||
// Dispel Magic shares spellfamilyflag with abolish disease
|
||||
if (procSpell->SpellIconID!=74)
|
||||
return false;
|
||||
if(!target->IsFriendlyTo(this))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user