mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 22:08:22 +00:00
Update lfguild.h
This commit is contained in:
+2
-1
@@ -45,7 +45,8 @@ public:
|
||||
void HandlePacket(ServerPacket *pack);
|
||||
void ExpireEntries();
|
||||
|
||||
static LFGuildManager* Instance() {
|
||||
static LFGuildManager* Instance()
|
||||
{
|
||||
static LFGuildManager instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user