mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
more build fix try
This commit is contained in:
@@ -3567,7 +3567,7 @@ void Guild::SendGuildRanksUpdate(ObjectGuid setterGuid, ObjectGuid targetGuid, u
|
||||
data.WriteByteSeq(targetGuid[4]);
|
||||
BroadcastPacket(&data);
|
||||
|
||||
member->ChangeRank(rank);
|
||||
member->ChangeRank(trans, rank);
|
||||
|
||||
TC_LOG_DEBUG("network", "SMSG_GUILD_RANKS_UPDATE [Broadcast] Target: %s, Issuer: %s, RankId: %u",
|
||||
targetGuid.ToString().c_str(), setterGuid.ToString().c_str(), rank);
|
||||
|
||||
Reference in New Issue
Block a user