mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Cleanup] Remove _baseBotStance from bot.h (#3076)
# Notes - This is unused.
This commit is contained in:
parent
dcb127f4b6
commit
f7c4f1ff75
@ -8778,7 +8778,6 @@ void Bot::SetDefaultBotStance() {
|
||||
if (GetClass() == WARRIOR)
|
||||
defaultStance = EQ::constants::stanceAggressive;
|
||||
|
||||
_baseBotStance = EQ::constants::stancePassive;
|
||||
_botStance = defaultStance;
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user