Replaces more constant names with the official ones (#8374)
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user