1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-28 20:27:46 +00:00

Qualifiers

This commit is contained in:
Maru 2018-03-02 10:18:54 -03:00 committed by Cassiope
parent f1c7c7e701
commit 4ac664f36d

View file

@ -48,7 +48,7 @@ public:
TerritoryMgr& getTerritoryMgr(); TerritoryMgr& getTerritoryMgr();
LinkshellMgr& getLinkshellMgr(); LinkshellMgr& getLinkshellMgr();
Db::DbWorkerPool< Db::CharaDbConnection >& getCharaDb(); Db::DbWorkerPool< Db::CharaDbConnection >& getCharaDb();
ServerZone& Framework::getServerZone(); ServerZone& getServerZone();
}; };