mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Not an error if there isn't merchant data to load...
This commit is contained in:
parent
f0f5262e3e
commit
9c22de9eb2
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user