mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 09:11:30 +00:00
[Bots] Set Taunt to enabled for SK/Paladin Bots by Default. (#2941)
This commit is contained in:
parent
a6dd65435f
commit
e0eb145081
@ -77,7 +77,7 @@ Bot::Bot(NPCType *npcTypeData, Client* botOwner) : NPC(npcTypeData, nullptr, glm
|
|||||||
SetBotCharmer(false);
|
SetBotCharmer(false);
|
||||||
SetPetChooser(false);
|
SetPetChooser(false);
|
||||||
SetRangerAutoWeaponSelect(false);
|
SetRangerAutoWeaponSelect(false);
|
||||||
SetTaunting(GetClass() == WARRIOR);
|
SetTaunting(GetClass() == WARRIOR || GetClass() == PALADIN || GetClass() == SHADOWKNIGHT);
|
||||||
SetDefaultBotStance();
|
SetDefaultBotStance();
|
||||||
|
|
||||||
SetAltOutOfCombatBehavior(GetClass() == BARD); // will need to be updated if more classes make use of this flag
|
SetAltOutOfCombatBehavior(GetClass() == BARD); // will need to be updated if more classes make use of this flag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user