[9036] Typo in function name.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
yad02 2009-12-20 13:06:36 +03:00 committed by VladimirMangos
parent 9e18fc5745
commit 9d0e943488
3 changed files with 5 additions and 5 deletions

View file

@ -197,7 +197,7 @@ void Unit::Update( uint32 p_time )
m_Events.Update( p_time );
_UpdateSpells( p_time );
CleanupDeletedAuars();
CleanupDeletedAuras();
if (m_lastManaUseTimer)
{
@ -11422,7 +11422,7 @@ void Unit::RemoveFromWorld()
RemoveGuardians();
RemoveAllGameObjects();
RemoveAllDynObjects();
CleanupDeletedAuars();
CleanupDeletedAuras();
}
Object::RemoveFromWorld();
@ -13067,7 +13067,7 @@ void Unit::StopAttackFaction(uint32 faction_id)
guardian->StopAttackFaction(faction_id);
}
void Unit::CleanupDeletedAuars()
void Unit::CleanupDeletedAuras()
{
// really delete auras "deleted" while processing its ApplyModify code
for(AuraList::const_iterator itr = m_deletedAuras.begin(); itr != m_deletedAuras.end(); ++itr)