mirror of
https://github.com/araxiaonline/mod-guildhouse.git
synced 2026-06-13 02:52:21 -04:00
Removed small troubleshooting text in Message
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
Guild::Member const* memberMe = guild->GetMember(player->GetGUID());
|
||||
if ((int)memberMe->GetRankId() > GuildHouseBuyRank)
|
||||
{
|
||||
ChatHandler(player->GetSession()).PSendSysMessage("You are not authorized to make guild house purchases (RankId: %hhu | %d).", memberMe->GetRankId(), GuildHouseBuyRank);
|
||||
ChatHandler(player->GetSession()).PSendSysMessage("You are not authorized to make guild house purchases.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user