mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 17:48:20 +00:00
Update client_process.cpp
This commit is contained in:
@@ -858,12 +858,10 @@ void Client::BulkSendMerchantInventory(int merchant_id, int npcid) {
|
|||||||
|
|
||||||
int32 fac = merch ? merch->GetPrimaryFaction() : 0;
|
int32 fac = merch ? merch->GetPrimaryFaction() : 0;
|
||||||
int32 cur_fac_level;
|
int32 cur_fac_level;
|
||||||
if (fac == 0 || sneaking)
|
if (fac == 0 || sneaking) {
|
||||||
{
|
|
||||||
cur_fac_level = 0;
|
cur_fac_level = 0;
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
{
|
|
||||||
cur_fac_level = GetModCharacterFactionLevel(fac);
|
cur_fac_level = GetModCharacterFactionLevel(fac);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user