mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Fix for duplicate merchant items when same merchant types are in same spawngroup.
This commit is contained in:
parent
45ff2cddb7
commit
acab4dd443
@ -471,7 +471,7 @@ void Zone::GetMerchantDataForZoneLoad() {
|
||||
LogFile->write(EQEMuLog::Status, "Loading Merchant Lists...");
|
||||
std::string query = StringFormat(
|
||||
"SELECT "
|
||||
"ml.merchantid, "
|
||||
"DISTINCT ml.merchantid, "
|
||||
"ml.slot, "
|
||||
"ml.item, "
|
||||
"ml.faction_required, "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user