Merge pull request #1294 from pyfa-org/bug/1263

Bug/1263
This commit is contained in:
Ryan Holmes
2017-09-23 13:18:01 -04:00
committed by GitHub

View File

@@ -237,10 +237,12 @@ class Fit(object):
if self.serviceFittingOptions["useGlobalCharacter"]:
if fit.character != self.character:
fit.calculated = False
fit.character = self.character
if self.serviceFittingOptions["useGlobalDamagePattern"]:
if fit.damagePattern != self.pattern:
fit.calculated = False
fit.damagePattern = self.pattern
eos.db.commit()