mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04: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