added code to extract skill data from MySQL version of CCP database dump, as well...
authorDanny Campbell <danny.campbell@gmail.com>
Fri, 16 Apr 2010 13:22:19 +0000 (07:22 -0600)
committerDanny Campbell <danny.campbell@gmail.com>
Fri, 16 Apr 2010 13:22:19 +0000 (07:22 -0600)
commit091f24417901c9148ca8642ae497654fb9a93c9b
tree935802a4e5ceb9606717ce3cd2a12e5e3c4086c4
parentb8b9c9c8f40e5804a3ccd4c18d9d2d1acd6aeb17
added code to extract skill data from MySQL version of CCP database dump, as well as a class to fetch skill information from the resultant SQLite database.
data/invTypes.sqlite [new file with mode: 0644]
data/mysql2sqlite.py [new file with mode: 0644]
data/skill_lookup.py [new file with mode: 0644]
data/table_structure.sql [new file with mode: 0644]