Do the same thing for damage patterns as we did for character for global setting
This commit is contained in:
@@ -242,6 +242,7 @@ class Fit(object):
|
||||
|
||||
if self.serviceFittingOptions["useGlobalDamagePattern"]:
|
||||
if fit.damagePattern != self.pattern:
|
||||
fit.calculated = False
|
||||
fit.damagePattern = self.pattern
|
||||
|
||||
eos.db.commit()
|
||||
|
||||
Reference in New Issue
Block a user