mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
--HG-- branch : trunk
This commit is contained in:
@@ -3336,6 +3336,8 @@ void AuraEffect::HandleAuraFeatherFall(bool apply, bool Real, bool /*changeAmoun
|
||||
if(apply)
|
||||
{
|
||||
Unit* caster = GetCaster();
|
||||
if (!caster || !m_target)
|
||||
return;
|
||||
|
||||
if (caster->GetGUID() == m_target->GetGUID())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user