mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 20:27:46 +00:00
Moo woops
This commit is contained in:
parent
348e9916d9
commit
806f235de4
3 changed files with 5 additions and 2 deletions
|
@ -50,7 +50,7 @@ Core::ServerZone& Core::Framework::getServerZone()
|
|||
return g_serverZone;
|
||||
}
|
||||
|
||||
Core::Social::SocialMgr< Core::Social::FriendList > Core::Framework::getFriendsListMgr()
|
||||
Core::Social::SocialMgr< Core::Social::FriendList >& Core::Framework::getFriendsListMgr()
|
||||
{
|
||||
return g_friendListMgr;
|
||||
}
|
|
@ -54,7 +54,7 @@ public:
|
|||
Db::DbWorkerPool< Db::CharaDbConnection >& getCharaDb();
|
||||
ServerZone& getServerZone();
|
||||
|
||||
Social::SocialMgr< Social::FriendList > getFriendsListMgr();
|
||||
Social::SocialMgr< Social::FriendList >& getFriendsListMgr();
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -44,6 +44,9 @@
|
|||
#include "Forwards.h"
|
||||
#include "Framework.h"
|
||||
|
||||
#include "Social/Group.h"
|
||||
#include "Social/FriendList.h"
|
||||
|
||||
extern Core::Framework g_framework;
|
||||
|
||||
using namespace Core::Common;
|
||||
|
|
Loading…
Add table
Reference in a new issue