mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/GroupMgr: Properly initialize group id generators
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
GroupMgr::GroupMgr()
|
||||
{
|
||||
NextGroupDbStoreId = 1;
|
||||
NextGroupId = 1;
|
||||
}
|
||||
|
||||
GroupMgr::~GroupMgr()
|
||||
|
||||
Reference in New Issue
Block a user