Skip to content

Commit

Permalink
[Cleanup] Remove _baseBotStance from bot.h (#3076)
Browse files Browse the repository at this point in the history
# Notes
- This is unused.
  • Loading branch information
Kinglykrab committed Mar 17, 2023
1 parent dcb127f commit f7c4f1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion zone/bot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8778,7 +8778,6 @@ void Bot::SetDefaultBotStance() {
if (GetClass() == WARRIOR)
defaultStance = EQ::constants::stanceAggressive;

_baseBotStance = EQ::constants::stancePassive;
_botStance = defaultStance;
}

Expand Down
1 change: 0 additions & 1 deletion zone/bot.h
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ class Bot : public NPC {
uint32 _lastZoneId;
bool _rangerAutoWeaponSelect;
EQ::constants::StanceType _botStance;
EQ::constants::StanceType _baseBotStance;
unsigned int RestRegenHP;
unsigned int RestRegenMana;
unsigned int RestRegenEndurance;
Expand Down

0 comments on commit f7c4f1f

Please sign in to comment.