mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Fix] Bazaar Search not working correctly for Iksar, Vashir, Drakkin and Froglok races (#4379)
This commit is contained in:
+1
-1
@@ -314,7 +314,7 @@ Bazaar::GetSearchResults(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
.should_check = search.race != 0xFFFFFFFF,
|
.should_check = search.race != 0xFFFFFFFF,
|
||||||
.condition = static_cast<bool>(item->Races & GetPlayerRaceBit(search.race))
|
.condition = static_cast<bool>(item->Races & GetPlayerRaceBit(GetRaceIDFromPlayerRaceValue(search.race)))
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.should_check = search.augment != 0,
|
.should_check = search.augment != 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user