Core/Realms: Fix not being able to return to realm list.

This commit is contained in:
hondacrx
2021-01-21 14:59:11 -05:00
parent 43b298b830
commit 25e9382c6f
7 changed files with 147 additions and 266 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public static class Global
public static ObjectManager ObjectMgr { get { return ObjectManager.Instance; } }
public static WorldManager WorldMgr { get { return WorldManager.Instance; } }
public static RealmManager RealmMgr { get { return RealmManager.Instance; } }
public static ServiceDispatcher ServiceMgr { get { return ServiceDispatcher.Instance; } }
public static WorldServiceManager ServiceMgr { get { return WorldServiceManager.Instance; } }
//Guild
public static PetitionManager PetitionMgr { get { return PetitionManager.Instance; } }