mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Merge [8652] Lock typo fixed. Author: ApoC
--HG-- branch : trunk
This commit is contained in:
@@ -173,7 +173,7 @@ ObjectAccessor::FindPlayerByName(const char *name)
|
||||
void
|
||||
ObjectAccessor::SaveAllPlayers()
|
||||
{
|
||||
Guard guard(*HashMapHolder<Player*>::GetLock());
|
||||
Guard guard(*HashMapHolder<Player>::GetLock());
|
||||
HashMapHolder<Player>::MapType& m = HashMapHolder<Player>::GetContainer();
|
||||
HashMapHolder<Player>::MapType::iterator itr = m.begin();
|
||||
for (; itr != m.end(); ++itr)
|
||||
|
||||
Reference in New Issue
Block a user