mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9036] Typo in function name.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
9e18fc5745
commit
9d0e943488
3 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue