mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +00:00
fix(Core/Spells): Glyph of Freezing Trap Applying Slow Incorrectly (#7184)
This commit is contained in:
@@ -7242,12 +7242,6 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
|
||||
victim->CastSpell(victim, 57894, true, nullptr, nullptr, GetGUID());
|
||||
return true;
|
||||
}
|
||||
// Glyph of Freezing Trap
|
||||
case 56845:
|
||||
{
|
||||
victim->CastSpell(this, 61394, true, nullptr, nullptr, victim->GetGUID());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user