mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
*Update to Mangos 6888. Source: Mangos.
*Major change: Make corpse erase async, Avoid DB access on deleting guild member. *Skip 6885 because of performance concern. --HG-- branch : trunk
This commit is contained in:
@@ -344,7 +344,7 @@ void InstanceSaveManager::PackInstances()
|
||||
|
||||
uint32 InstanceNumber = 1;
|
||||
// we do assume std::set is sorted properly on integer value
|
||||
for (std::set< uint32 >::iterator i = InstanceSet.begin(); i != InstanceSet.end(); i++)
|
||||
for (std::set< uint32 >::iterator i = InstanceSet.begin(); i != InstanceSet.end(); ++i)
|
||||
{
|
||||
if (*i != InstanceNumber)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user