From 2e8d7b09afda81e150dd6d1325c6d185936ced61 Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 16 Nov 2014 19:04:15 -0500 Subject: [PATCH] Temp merchant items could duplicate slots also... --- zone/zone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/zone.cpp b/zone/zone.cpp index 62f3c1e8a..7a4ad8bac 100644 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -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 "