pull/28/head^2
sigonasr2 11 months ago
commit f3273e1351
  1. 3
      Adventures in Lestoria/Merchant.cpp

@ -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<<"!");
} }
} }

Loading…
Cancel
Save