mirror of
https://github.com/araxiaonline/mod-guildhouse.git
synced 2026-06-13 02:52:21 -04:00
removing comments
This commit is contained in:
@@ -26,11 +26,9 @@ public:
|
||||
|
||||
if (player->GetGuild())
|
||||
{
|
||||
// WIP - Anhanga
|
||||
Guild* guild = sGuildMgr->GetGuildById(player->GetGuildId());
|
||||
Guild::Member const* memberMe = guild->GetMember(player->GetGUID());
|
||||
if ((int)memberMe->GetRankId() > GuildHouseBuyRank)
|
||||
//if (player->GetGuild()->GetLeaderGUID() != player->GetGUID())
|
||||
{
|
||||
ChatHandler(player->GetSession()).PSendSysMessage("You are not authorized to make guild house purchases (RankId: %hhu | %d).", memberMe->GetRankId(), GuildHouseBuyRank);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user