This commit is contained in:
sigonasr2 2024-01-06 01:27:32 -06:00
commit f3273e1351

View File

@ -121,7 +121,8 @@ void Merchant::Initialize(){
ERR("Could not find item "<<itemNumber<<" in Merchant "<<merchantCount<<" of Chapter "<<chapter<<"!"); ERR("Could not find item "<<itemNumber<<" in Merchant "<<merchantCount<<" of Chapter "<<chapter<<"!");
} }
itemNumber++; itemNumber++;
}else{ }else
{
ERR("Unhandled key "<<std::quoted(key)<<" inside of Merchant "<<merchantCount<<" of Chapter "<<chapter<<"!"); ERR("Unhandled key "<<std::quoted(key)<<" inside of Merchant "<<merchantCount<<" of Chapter "<<chapter<<"!");
} }
} }