From 55cd19519157bbc28af712debc8a067cb3d261de Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 14 Oct 2024 16:16:17 -0400 Subject: [PATCH] Fix titania's originality --- data/characters/titania.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/characters/titania.json b/data/characters/titania.json index b5c0629..65d7aa9 100644 --- a/data/characters/titania.json +++ b/data/characters/titania.json @@ -1,4 +1,6 @@ { "name": "Titania", - "original": false + "original": true, + "origin": "FINAL FANTASY XIV ONLINE", + "pronouns": "she/her" }