mirror of
https://github.com/azerothcore/mod-solo-lfg
synced 2025-11-29 15:58:17 +08:00
update
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "LFGMgr.h"
|
#include "LFGMgr.h"
|
||||||
#include "Chat.h"
|
#include "Chat.h"
|
||||||
|
#include "Opcodes.h"
|
||||||
|
|
||||||
class lfg_solo : public PlayerScript
|
class lfg_solo : public PlayerScript
|
||||||
{
|
{
|
||||||
@@ -19,12 +20,12 @@ public:
|
|||||||
void OnLogin(Player* player)
|
void OnLogin(Player* player)
|
||||||
{
|
{
|
||||||
if (sConfigMgr->GetIntDefault("LFG.SoloMode", true))
|
if (sConfigMgr->GetIntDefault("LFG.SoloMode", true))
|
||||||
{
|
|
||||||
if (!sLFGMgr->IsSoloLFG())
|
|
||||||
{
|
{
|
||||||
|
if (!sLFGMgr->IsSoloLFG())
|
||||||
|
{
|
||||||
sLFGMgr->ToggleSoloLFG();
|
sLFGMgr->ToggleSoloLFG();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user