generate character.kk from game data
This commit is contained in:
7
horsegen/character.sql
Normal file
7
horsegen/character.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
SELECT
|
||||
"index" AS "id",
|
||||
"text" AS "name"
|
||||
FROM text_data
|
||||
WHERE category = 6 AND "index" BETWEEN 1000 AND 1999
|
||||
-- Exclude characters who have no succession relations defined.
|
||||
AND "index" IN (SELECT chara_id FROM succession_relation_member)
|
||||
Reference in New Issue
Block a user