Core/GroupMgr: Properly initialize group id generators

This commit is contained in:
Shauren
2011-05-09 23:17:40 +02:00
parent 63e04e9ef8
commit 4e323bc756

View File

@@ -21,6 +21,8 @@
GroupMgr::GroupMgr()
{
NextGroupDbStoreId = 1;
NextGroupId = 1;
}
GroupMgr::~GroupMgr()