mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
Build succeeded.
This commit is contained in:
parent
c93c6e24f1
commit
e31b3c35ef
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ private:
|
|||
Data::ExdDataGenerated g_exdDataGen;
|
||||
TerritoryMgr g_territoryMgr;
|
||||
LinkshellMgr g_linkshellMgr;
|
||||
Db::DbWorkerPool< Core::Db::CharaDbConnection > g_charaDb;
|
||||
Db::DbWorkerPool< Db::CharaDbConnection > g_charaDb;
|
||||
|
||||
public:
|
||||
|
||||
|
@ -47,8 +47,8 @@ public:
|
|||
Data::ExdDataGenerated& getExdDataGen();
|
||||
TerritoryMgr& getTerritoryMgr();
|
||||
LinkshellMgr& getLinkshellMgr();
|
||||
Db::DbWorkerPool< Core::Db::CharaDbConnection >& getCharaDb();
|
||||
ServerZone& Core::Framework::getServerZone();
|
||||
Db::DbWorkerPool< Db::CharaDbConnection >& getCharaDb();
|
||||
ServerZone& Framework::getServerZone();
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue