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