dewarim / LittleGoblin

A browser game framework written in Grails
Other
10 stars 2 forks source link

selling an item does not update inventory view correctly #52

Closed dewarim closed 10 years ago

dewarim commented 10 years ago

Fixed. Source was using pc.getItems() to render the inventory, which loads the items of this character from the database before the sale of the choosen item is saved.