Change to all5 in one missed place

This commit is contained in:
DarkPhoenix
2011-12-23 11:03:24 +04:00
parent bbc00c1fb5
commit 22c1c56365

View File

@@ -485,7 +485,7 @@ class Fit(object):
def changeChar(self, fitID, charID):
if fitID is None or charID is None:
if charID is not None:
self.character = Character.getInstance().all0()
self.character = Character.getInstance().all5()
return