[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -8778,7 +8778,6 @@ void Bot::SetDefaultBotStance() {
if (GetClass() == WARRIOR)
defaultStance = EQ::constants::stanceAggressive;
_baseBotStance = EQ::constants::stancePassive;
_botStance = defaultStance;
}

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;