summaryrefslogtreecommitdiff
path: root/src/map/party.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-11 06:24:43 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-29 05:01:37 +0300
commit73b971c66f460f5a1dcb600097b2551434f8726f (patch)
tree2dc277c64d8c4c1346d0e1cfc11704efb0c6ba71 /src/map/party.c
parentd4213cd795a6a5e3241d1f3d9de147a11bf21097 (diff)
downloadhercules-73b971c66f460f5a1dcb600097b2551434f8726f.tar.gz
hercules-73b971c66f460f5a1dcb600097b2551434f8726f.tar.bz2
hercules-73b971c66f460f5a1dcb600097b2551434f8726f.tar.xz
hercules-73b971c66f460f5a1dcb600097b2551434f8726f.zip
Fix wrong values in clif_messages enum.
Also use official constant names with custom prefix in clif_messages enum.
Diffstat (limited to 'src/map/party.c')
-rw-r--r--src/map/party.c2
1 files changed, 1 insertions, 1 deletions
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;
}