mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
Apply style fix pt4
This commit is contained in:
parent
d93dbd95fe
commit
4727d8846f
87 changed files with 710 additions and 0 deletions
|
|
@ -125,7 +125,9 @@ ObjectAccessor::SaveAllPlayers()
|
|||
HashMapHolder<Player>::ReadGuard g(HashMapHolder<Player>::GetLock());
|
||||
HashMapHolder<Player>::MapType& m = sObjectAccessor.GetPlayers();
|
||||
for (HashMapHolder<Player>::MapType::iterator itr = m.begin(); itr != m.end(); ++itr)
|
||||
{
|
||||
itr->second->SaveToDB();
|
||||
}
|
||||
}
|
||||
|
||||
void ObjectAccessor::KickPlayer(ObjectGuid guid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue