Merge branch 'BGMImpl' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria into BGMImpl
This commit is contained in:
commit
f3273e1351
@ -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…
x
Reference in New Issue
Block a user