summaryrefslogtreecommitdiff
path: root/src/scripts/Commands/cs_lfg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/Commands/cs_lfg.cpp')
-rw-r--r--src/scripts/Commands/cs_lfg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/Commands/cs_lfg.cpp b/src/scripts/Commands/cs_lfg.cpp
index 88b2d72573..b491c45b3a 100644
--- a/src/scripts/Commands/cs_lfg.cpp
+++ b/src/scripts/Commands/cs_lfg.cpp
@@ -72,7 +72,7 @@ public:
handler->PSendSysMessage(LANG_LFG_NOT_IN_GROUP, playerName.c_str());
return true;
}
- /*
+
uint64 guid = grp->GetGUID();
std::string const& state = lfg::GetStateString(sLFGMgr->GetState(guid));
handler->PSendSysMessage(LANG_LFG_GROUP_INFO, grp->isLFGGroup(),
@@ -80,7 +80,7 @@ public:
for (GroupReference* itr = grp->GetFirstMember(); itr != nullptr; itr = itr->next())
GetPlayerInfo(handler, itr->GetSource());
- */
+
return true;
}