Alex King dc48c45421
[Bug Fix] Fix Bot Creation Issue (#4235)
# Notes
- Creating bots was failing because were checking for `false` on `Database::CheckUsedName()` in `BotDatabase::QueryNameAvailability`.
- `Database::CheckUsedName()` is now `Database::IsNameUsed()` and checks for both bots and character name usages.
- We were checking for `false` which was always happening when there were no entries for the supplied name, meaning we were never allowed to create a bot.
2024-04-02 01:12:08 -05:00
..
2023-10-23 22:39:37 -05:00
2023-09-17 13:12:43 -05:00
2024-02-07 23:02:30 -05:00
2021-08-31 01:24:21 -05:00
2024-02-29 21:24:16 -05:00
2024-02-07 23:02:30 -05:00
2024-02-07 23:02:30 -05:00
2023-07-30 01:35:44 -05:00
2024-02-07 23:02:30 -05:00
2018-03-04 13:54:28 -05:00
2013-05-09 11:37:51 -04:00
2017-05-15 15:46:19 -07:00
2024-02-07 23:02:30 -05:00
2024-02-07 23:02:30 -05:00
2018-11-07 21:55:12 -08:00
2014-12-15 19:16:53 -06:00
2020-01-31 20:25:06 -06:00
2024-02-07 23:02:30 -05:00