From 70bce937b7713169059dfc50d4229c82ddcdd182 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Wed, 10 Nov 2021 19:06:07 -0300 Subject: [PATCH] update description --- GroupMethods.h | 1 - 1 file changed, 1 deletion(-) diff --git a/GroupMethods.h b/GroupMethods.h index 766aed7..b6fa522 100644 --- a/GroupMethods.h +++ b/GroupMethods.h @@ -39,7 +39,6 @@ namespace LuaGroup /** * Returns 'true' if the [Player] is in a LFG group * - * @param ObjectGuid guid : guid of a possible player * @return bool isLFGGroup */ int IsLFGGroup(lua_State* L, Group* group)