categoryName > name (this was caused by having name not be the literal data rather than the synonym)
This commit is contained in:
@@ -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")
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user