mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
[Cleanup] Remove _baseBotStance from bot.h (#3076)
# Notes - This is unused.
This commit is contained in:
@@ -8778,7 +8778,6 @@ void Bot::SetDefaultBotStance() {
|
||||
if (GetClass() == WARRIOR)
|
||||
defaultStance = EQ::constants::stanceAggressive;
|
||||
|
||||
_baseBotStance = EQ::constants::stancePassive;
|
||||
_botStance = defaultStance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user