From 73b971c66f460f5a1dcb600097b2551434f8726f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 May 2018 06:24:43 +0300 Subject: Fix wrong values in clif_messages enum. Also use official constant names with custom prefix in clif_messages enum. --- src/map/party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/party.c') diff --git a/src/map/party.c b/src/map/party.c index a4a7e6dca..a82ff427f 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -732,7 +732,7 @@ bool party_changeleader(struct map_session_data *sd, struct map_session_data *ts } if (battle_config.party_change_leader_same_map && sd->bl.m != tsd->bl.m) { - clif->msgtable(sd, MSG_PARTY_LEADER_SAMEMAP); // It is only possible to change the party leader while on the same map. + clif->msgtable(sd, MSG_PARTY_MASTER_CHANGE_SAME_MAP); // It is only possible to change the party leader while on the same map. return false; } -- cgit v1.2.3-60-g2f50