mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
journal filter works now
This commit is contained in:
parent
9c85a8c1ce
commit
ff5d4b24fc
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ namespace MWDialogue
|
|||
case '4'://journal
|
||||
if(select.type==ESM::VT_Int)
|
||||
{
|
||||
if(!selectCompare<int,int>(comp,mEnvironment.mJournal->getJournalIndex(name),select.i)) return false;
|
||||
if(!selectCompare<int,int>(comp,mEnvironment.mJournal->getJournalIndex(toLower(name)),select.i)) return false;
|
||||
}
|
||||
else
|
||||
throw std::runtime_error (
|
||||
|
|
Loading…
Reference in a new issue