mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Temp merchant items could duplicate slots also...
This commit is contained in:
parent
eee65b8c22
commit
2e8d7b09af
@ -400,7 +400,7 @@ void Zone::LoadTempMerchantData() {
|
||||
LogFile->write(EQEMuLog::Status, "Loading Temporary Merchant Lists...");
|
||||
std::string query = StringFormat(
|
||||
"SELECT "
|
||||
"ml.npcid, "
|
||||
"DISTINCT ml.npcid, "
|
||||
"ml.slot, "
|
||||
"ml.charges, "
|
||||
"ml.itemid "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user