mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
Temp merchant items could duplicate slots also...
This commit is contained in:
+1
-1
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user