Use getGroup for grabbing groups, not getItem, it might work a tad better

This commit is contained in:
cncfanatics
2010-10-09 14:22:27 +02:00
parent e521318107
commit b9daafd20a
2 changed files with 9 additions and 2 deletions

View File

@@ -169,6 +169,9 @@ class Market():
def getItem(self, itemId):
return eos.db.getItem(itemId)
def getGroup(self, groupId):
return eos.db.getGroup(groupId)
def getMarketRoot(self):
"""
Get the root of the market tree.