cppisking / ffrk-inspector

Issues tracker for FFRK Inspector
10 stars 8 forks source link

Get rid of the equip_usage table #53

Closed cppisking closed 9 years ago

cppisking commented 9 years ago

It looks like what types of equipment a character can use is sent by the game. So we can theoretically delete the equip_usage table and get everything we need to know directly from the stuff the game sends us. As a result, we might even be able to delete the characters table as well, which would simplify maintenance.

cppisking commented 9 years ago

Fixed locally, this was easier than I expected. Users won't notice any changes in the next release, except that the "View characters and the items they can equip" panel will be missing from the Database Editor tab.