categoryName > name (this was caused by having name not be the literal data rather than the synonym)

This commit is contained in:
blitzmann
2020-06-24 23:59:58 -04:00
parent c040ff26c0
commit a2f65e9d46
2 changed files with 2 additions and 2 deletions

View File

@@ -344,7 +344,7 @@ class Item(EqBase):
try:
if (
self.category.categoryName == 'Structure' or
self.category.name == 'Structure' or
# Here until CCP puts their shit together
self.name in ("Thunderchild", "Stormbringer", "Skybreaker")
):