Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e161874695c5506bfa3cbcddf944d68b11cbc124)
This commit is contained in:
@@ -15,6 +15,8 @@ using Framework.Realm;
|
||||
|
||||
public class RealmManager : Singleton<RealmManager>
|
||||
{
|
||||
public static uint HardcodedDevelopmentRealmCategoryId = 1;
|
||||
|
||||
RealmManager() { }
|
||||
|
||||
public void Initialize(int updateInterval)
|
||||
|
||||
Reference in New Issue
Block a user