mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 13: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...");
|
LogFile->write(EQEMuLog::Status, "Loading Temporary Merchant Lists...");
|
||||||
std::string query = StringFormat(
|
std::string query = StringFormat(
|
||||||
"SELECT "
|
"SELECT "
|
||||||
"ml.npcid, "
|
"DISTINCT ml.npcid, "
|
||||||
"ml.slot, "
|
"ml.slot, "
|
||||||
"ml.charges, "
|
"ml.charges, "
|
||||||
"ml.itemid "
|
"ml.itemid "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user