mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-16 04:49:38 -04: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