aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Player.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 9b83e023920..0864266fb81 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -19573,14 +19573,6 @@ bool Player::BuyItemFromVendorSlot(uint64 vendorguid, uint32 vendorslot, uint32
SendBuyError(BUY_ERR_REPUTATION_REQUIRE, pCreature, item, 0);
return false;
}
- else if (!pProto->RequiredReputationFaction && pProto->RequiredReputationRank > 0)
- {
- if (uint32(GetReputationRank(pCreature->getFactionTemplateEntry()->faction)) < pProto->RequiredReputationRank)
- {
- SendBuyError(BUY_ERR_REPUTATION_REQUIRE, pCreature, item, 0);
- return false;
- }
- }
if (crItem->ExtendedCost)
{