1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Revert addition change

This commit is contained in:
Capostrophic 2018-08-02 13:01:23 +03:00 committed by GitHub
parent 80f3bd9f86
commit 73d5496711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,7 +499,7 @@ namespace MWMechanics
if (enemy.getClass().getNpcStats(enemy).isWerewolf() && stats.getLevel() < iWereWolfLevelToAttack)
{
static const int iWereWolfFleeMod = gmst.find("iWereWolfFleeMod")->getInt();
rating += iWereWolfFleeMod;
rating = iWereWolfFleeMod;
}
}