Levelup maintenance compile

This commit is contained in:
Yunfan Li
2024-08-14 18:59:57 +08:00
parent 0848067ff1
commit 5a5cfa74ab
4 changed files with 3 additions and 4 deletions

View File

@@ -271,7 +271,7 @@ AiPlayerbot.DispelAuraDuration = 700
# Delay between two bot actions
AiPlayerbot.ReactDelay = 100
# Dynamically adjust react delay for bots in different status to reduce server delays
# Dynamically adjust react delay for bots in different status to reduce server lags
AiPlayerbot.DynamicReactDelay = 1
# Inactivity delay

View File

@@ -8,10 +8,9 @@
#include "AddLootAction.h"
#include "AttackAction.h"
#include "AutoLearnSpellAction.h"
#include "ShareQuestAction.h"
#include "BattleGroundTactics.h"
#include "AutoTeleportForLevelAction.h"
#include "AutoMaintenanceOnLevelupAction.h"
#include "BattleGroundJoinAction.h"
#include "BattleGroundTactics.h"
#include "BuyAction.h"

View File

@@ -1,4 +1,4 @@
#include "AutoTeleportForLevelAction.h"
#include "AutoMaintenanceOnLevelupAction.h"
#include "GuildMgr.h"
#include "PlayerbotAIConfig.h"