Skip to content

Commit e0eb145

Browse files
authored
[Bots] Set Taunt to enabled for SK/Paladin Bots by Default. (#2941)
1 parent a6dd654 commit e0eb145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zone/bot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Bot::Bot(NPCType *npcTypeData, Client* botOwner) : NPC(npcTypeData, nullptr, glm
7777
SetBotCharmer(false);
7878
SetPetChooser(false);
7979
SetRangerAutoWeaponSelect(false);
80-
SetTaunting(GetClass() == WARRIOR);
80+
SetTaunting(GetClass() == WARRIOR || GetClass() == PALADIN || GetClass() == SHADOWKNIGHT);
8181
SetDefaultBotStance();
8282

8383
SetAltOutOfCombatBehavior(GetClass() == BARD); // will need to be updated if more classes make use of this flag

0 commit comments

Comments
 (0)