Skip to content

Commit

Permalink
add Tuliyollal to retainer citys
Browse files Browse the repository at this point in the history
  • Loading branch information
akarras committed Jul 15, 2024
1 parent 13494ce commit 73b800f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ultros-db/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ impl UltrosDb {
id: 12,
name: "Old Sharlyan",
},
RetainerCityData {
id: 14,
name: "Tuliyollal"
}
];
// check if the database matches our coded data
let db_cities = retainer_city::Entity::find().all(&self.db).await?;
Expand Down

0 comments on commit 73b800f

Please sign in to comment.