Skip to content

Commit

Permalink
default hidden npcbots
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinZhu committed Dec 26, 2023
1 parent 87005f0 commit fb61d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/AI/NpcBots/botmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ BotMgr::BotMgr(Player* const master) : _owner(master), _dpstracker(new DPSTracke
_npcBotEngageDelayDPS = _npcBotEngageDelayDPS_default;
_npcBotEngageDelayHeal = _npcBotEngageDelayHeal_default;

_botsHidden = false;
_botsHidden = true;
_quickrecall = false;
}
BotMgr::~BotMgr()
Expand Down

0 comments on commit fb61d31

Please sign in to comment.