mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10255] Fix aura remove in Unit:: _UpdateSpells
This commit is contained in:
parent
e3befa2072
commit
dbf2d02762
2 changed files with 2 additions and 1 deletions
|
|
@ -3328,6 +3328,7 @@ void Unit::_UpdateSpells( uint32 time )
|
|||
{
|
||||
RemoveSingleAuraFromSpellAuraHolder(holder, aura->GetEffIndex(), AURA_REMOVE_BY_EXPIRE);
|
||||
removedAura = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue