(RoF2) Guild invites now add new members as members instead of recruits, and /guild chat works properly.

(RoF2) Guild Promote is now functional.
This commit is contained in:
Trevius
2015-01-13 23:37:35 -06:00
parent 87bf191fad
commit af42bfdb02
3 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -7489,7 +7489,7 @@ void Client::Handle_OP_GuildInviteAccept(const EQApplicationPacket *app)
uint32 guildrank = gj->response;
if (GetClientVersion() == EQClientRoF)
if (GetClientVersion() >= EQClientRoF)
{
if (gj->response == 8)
{
@@ -7668,7 +7668,10 @@ void Client::Handle_OP_GuildPromote(const EQApplicationPacket *app)
uint8 rank = gci.rank + 1;
if (rank > GUILD_OFFICER)
{
Message(0, "You cannot promote someone to be guild leader. You must use /guildleader.");
return;
}
mlog(GUILDS__ACTIONS, "Promoting %s (%d) from rank %s (%d) to %s (%d) in %s (%d)",