Not an error if there isn't merchant data to load...

This commit is contained in:
JJ 2014-11-12 19:50:53 -05:00
parent f0f5262e3e
commit 9c22de9eb2

View File

@ -492,7 +492,7 @@ void Zone::GetMerchantDataForZoneLoad() {
std::map<uint32, std::list<MerchantList> >::iterator cur;
uint32 npcid = 0;
if (results.RowCount() == 0) {
LogFile->write(EQEMuLog::Error, "Error in loading Merchant Data for zone");
LogFile->write(EQEMuLog::Debug, "No Merchant Data found for %s.", GetShortName());
return;
}
for (auto row = results.begin(); row != results.end(); ++row) {