mdb: package for interacting with game's local database
This commit is contained in:
6
mdb/sql/character.sql
Normal file
6
mdb/sql/character.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
SELECT
|
||||
"index" AS "id",
|
||||
"text" AS "name"
|
||||
FROM text_data
|
||||
WHERE category = 6
|
||||
ORDER BY "id"
|
||||
Reference in New Issue
Block a user