mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 13:33:52 +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:
parent
7b5ea9e99c
commit
c263c4ef07
@ -12134,11 +12134,6 @@ void Client::Handle_OP_ShopPlayerBuy(const EQApplicationPacket *app)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32 fac = tmp->GetPrimaryFaction();
|
|
||||||
if (fac != 0 && GetModCharacterFactionLevel(fac) < ml.faction_required) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mp->itemslot == ml.slot){
|
if (mp->itemslot == ml.slot){
|
||||||
item_id = ml.item;
|
item_id = ml.item;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user