mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
@@ -145,9 +145,7 @@ void bot_command_clone(Client *c, const Seperator *sep)
|
||||
return;
|
||||
}
|
||||
|
||||
bool available_flag = false;
|
||||
|
||||
!database.botdb.QueryNameAvailability(bot_name, available_flag);
|
||||
bool available_flag = database.botdb.QueryNameAvailability(bot_name);
|
||||
|
||||
if (!available_flag) {
|
||||
c->Message(
|
||||
|
||||
Reference in New Issue
Block a user