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 "