mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-12-18 02:13:42 +00:00
some life testing fixes
This commit is contained in:
@ -24,7 +24,7 @@ class PlayerBaseView(View):
|
||||
|
||||
if link:
|
||||
parser = AriyalaParser(self.request.app['config'])
|
||||
items = parser.get(link)
|
||||
items = parser.get(link, job.name)
|
||||
for piece in items:
|
||||
self.request.app['party'].set_item_bis(player_id, piece)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user