mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
2nd check for faction not needed - had to either check for sneaking again
or remove un-needed 2nd check.
This commit is contained in:
@@ -12134,11 +12134,6 @@ void Client::Handle_OP_ShopPlayerBuy(const EQApplicationPacket *app)
|
||||
continue;
|
||||
}
|
||||
|
||||
int32 fac = tmp->GetPrimaryFaction();
|
||||
if (fac != 0 && GetModCharacterFactionLevel(fac) < ml.faction_required) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (mp->itemslot == ml.slot){
|
||||
item_id = ml.item;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user