Skip to content

Commit

Permalink
Update Bots
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed Jan 23, 2023
1 parent c9b6a32 commit 43b65b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Bots
Submodule Bots updated 45 files
+4 −0 ahbot/AhBot.cpp
+0 −1 ahbot/Category.h
+5 −3 playerbot/AiFactory.cpp
+5 −0 playerbot/PlayerbotAI.cpp
+3 −0 playerbot/PlayerbotFactory.cpp
+1 −1 playerbot/RandomItemMgr.cpp
+37 −2 playerbot/RandomPlayerbotMgr.cpp
+2 −0 playerbot/RandomPlayerbotMgr.h
+5 −0 playerbot/TravelMgr.cpp
+2 −5 playerbot/TravelNode.cpp
+3 −0 playerbot/strategy/ItemVisitors.h
+4 −0 playerbot/strategy/StrategyContext.h
+2 −0 playerbot/strategy/actions/ActionContext.h
+232 −313 playerbot/strategy/actions/CheckMountStateAction.cpp
+6 −2 playerbot/strategy/actions/CheckMountStateAction.h
+1 −1 playerbot/strategy/actions/ChooseTravelTargetAction.cpp
+21 −1 playerbot/strategy/actions/GenericSpellActions.cpp
+35 −2 playerbot/strategy/actions/PositionAction.cpp
+7 −0 playerbot/strategy/actions/PositionAction.h
+64 −5 playerbot/strategy/actions/PullActions.cpp
+1 −1 playerbot/strategy/actions/PullActions.h
+10 −0 playerbot/strategy/actions/RpgSubActions.cpp
+9 −8 playerbot/strategy/actions/RpgSubActions.h
+9 −0 playerbot/strategy/actions/SeeSpellAction.cpp
+5 −3 playerbot/strategy/actions/TalkToQuestGiverAction.cpp
+1 −1 playerbot/strategy/actions/TalkToQuestGiverAction.h
+12 −3 playerbot/strategy/actions/UseItemAction.cpp
+2 −2 playerbot/strategy/deathknight/GenericDKStrategy.cpp
+1 −1 playerbot/strategy/deathknight/GenericDKStrategy.h
+15 −0 playerbot/strategy/generic/DebugStrategy.h
+26 −0 playerbot/strategy/generic/GuardStrategy.cpp
+2 −0 playerbot/strategy/generic/GuardStrategy.h
+33 −4 playerbot/strategy/generic/PullStrategy.cpp
+14 −2 playerbot/strategy/generic/PullStrategy.h
+6 −0 playerbot/strategy/paladin/PaladinAiObjectContext.cpp
+12 −0 playerbot/strategy/triggers/GenericTriggers.cpp
+8 −0 playerbot/strategy/triggers/GenericTriggers.h
+15 −1 playerbot/strategy/triggers/PullTriggers.cpp
+1 −1 playerbot/strategy/triggers/RangeTriggers.h
+2 −0 playerbot/strategy/triggers/TriggerContext.h
+3 −0 playerbot/strategy/values/ItemUsageValue.cpp
+1 −1 playerbot/strategy/values/MaintenanceValues.h
+20 −0 playerbot/strategy/values/PossibleAttackTargetsValue.cpp
+19 −1 playerbot/strategy/values/PossibleAttackTargetsValue.h
+9 −1 playerbot/strategy/values/StatsValues.cpp

0 comments on commit 43b65b6

Please sign in to comment.