[Cleanup] Remove _baseBotStance from bot.h (#3076)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-16 20:25:45 -04:00
committed by GitHub
parent dcb127f4b6
commit f7c4f1ff75
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -8778,7 +8778,6 @@ void Bot::SetDefaultBotStance() {
if (GetClass() == WARRIOR)
defaultStance = EQ::constants::stanceAggressive;
_baseBotStance = EQ::constants::stancePassive;
_botStance = defaultStance;
}
-1
View File
@@ -787,7 +787,6 @@ private:
uint32 _lastZoneId;
bool _rangerAutoWeaponSelect;
EQ::constants::StanceType _botStance;
EQ::constants::StanceType _baseBotStance;
unsigned int RestRegenHP;
unsigned int RestRegenMana;
unsigned int RestRegenEndurance;