[11539] Implement group guids with HIGHGUID_GROUP

This commit is contained in:
zergtmn 2011-05-25 19:55:30 +06:00
parent 0fbf2cf7d3
commit 5cae1c2211
9 changed files with 37 additions and 33 deletions

View file

@ -963,7 +963,7 @@ void World::SetInitialWorldSettings()
sObjectMgr.PackGroupIds(); // must be after CleanupInstances
///- Init highest guids before any guid using table loading to prevent using not initialized guids in some code.
sObjectMgr.SetHighestGuids(); // must be after packing instances
sObjectMgr.SetHighestGuids(); // must be after PackInstances() and PackGroupIds()
sLog.outString();
sLog.outString( "Loading Page Texts..." );