From db2aeca38f23305ea613a38f199b5197504ebd29 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:25:16 -0400 Subject: [PATCH] [Cleanup] remove _botOrderAttack from bot.h (#3073) # Notes - This is unused. --- zone/bot.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/bot.h b/zone/bot.h index ffd04cf26..04eeab6d3 100644 --- a/zone/bot.h +++ b/zone/bot.h @@ -778,7 +778,6 @@ private: uint32 _botOwnerCharacterID; bool _spawnStatus; Mob* _botOwner; - bool _botOrderAttack; bool m_bot_archery_setting; bool _botCharmer; bool _petChooser;