summaryrefslogtreecommitdiff
path: root/src/map/party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/party.cpp')
-rw-r--r--src/map/party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/party.cpp b/src/map/party.cpp
index b58234a..c649ae5 100644
--- a/src/map/party.cpp
+++ b/src/map/party.cpp
@@ -250,7 +250,7 @@ int party_invite (struct map_session_data *sd, int account_id)
if (!battle_config.invite_request_check)
{
/* Disallow the invitation under these conditions. */
- if (tsd->guild_invite > 0 || tsd->trade_partner || tsd->npc_id
+ if (tsd->trade_partner || tsd->npc_id
|| tsd->npc_shopid || pc_checkskill (tsd, NV_PARTY) < 1)
{
clif_party_inviteack (sd, tsd->status.name, 1);