Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cleanup] Remove _baseBotStance from bot.h #3076

Merged
merged 1 commit into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion zone/bot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8782,7 +8782,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 @@ -798,7 +798,6 @@ class Bot : public NPC {
bool _rangerAutoWeaponSelect;
BotRoleType _botRole;
EQ::constants::StanceType _botStance;
EQ::constants::StanceType _baseBotStance;
unsigned int RestRegenHP;
unsigned int RestRegenMana;
unsigned int RestRegenEndurance;
Expand Down