diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index 33077932..6580b845 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -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 diff --git a/src/strategy/actions/ActionContext.h b/src/strategy/actions/ActionContext.h index 87c4e9e1..be2fa613 100644 --- a/src/strategy/actions/ActionContext.h +++ b/src/strategy/actions/ActionContext.h @@ -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" diff --git a/src/strategy/actions/AutoTeleportForLevelAction.cpp b/src/strategy/actions/AutoMaintenanceOnLevelupAction.cpp similarity index 99% rename from src/strategy/actions/AutoTeleportForLevelAction.cpp rename to src/strategy/actions/AutoMaintenanceOnLevelupAction.cpp index bf665b92..5e01d18a 100644 --- a/src/strategy/actions/AutoTeleportForLevelAction.cpp +++ b/src/strategy/actions/AutoMaintenanceOnLevelupAction.cpp @@ -1,4 +1,4 @@ -#include "AutoTeleportForLevelAction.h" +#include "AutoMaintenanceOnLevelupAction.h" #include "GuildMgr.h" #include "PlayerbotAIConfig.h" diff --git a/src/strategy/actions/AutoTeleportForLevelAction.h b/src/strategy/actions/AutoMaintenanceOnLevelupAction.h similarity index 100% rename from src/strategy/actions/AutoTeleportForLevelAction.h rename to src/strategy/actions/AutoMaintenanceOnLevelupAction.h