Replaces more constant names with the official ones (#8374)

Co-authored-by: Aleos <aleos89@users.noreply.github.com>
This commit is contained in:
Daegaladh
2024-05-31 14:51:59 +02:00
committed by GitHub
parent 1b9e46b247
commit 1f9a43c9d2
10 changed files with 216 additions and 121 deletions

View File

@@ -6564,7 +6564,7 @@ ACMD_FUNC(changegm)
if( !battle_config.guild_leaderchange_woe && is_agit_start() ){
#if PACKETVER >= 20151001
clif_msg(sd, GUILD_MASTER_WOE);
clif_msg(sd, MSI_IMPOSSIBLE_CHANGE_GUILD_MASTER_IN_SIEGE_TIME);
#else
clif_displaymessage(fd, msg_txt(sd,1513)); // Currently in WoE hours, unable to delegate Guild leader
#endif
@@ -6573,7 +6573,7 @@ ACMD_FUNC(changegm)
if( battle_config.guild_leaderchange_delay && DIFF_TICK(time(nullptr),sd->guild->guild.last_leader_change) < battle_config.guild_leaderchange_delay ){
#if PACKETVER >= 20151001
clif_msg(sd, GUILD_MASTER_DELAY);
clif_msg(sd, MSI_IMPOSSIBLE_CHANGE_GUILD_MASTER_NOT_TIME);
#else
clif_displaymessage(fd, msg_txt(sd,1514)); // You have to wait for a while before delegating a new Guild leader
#endif