Merge branch 'Playerbot' of https://github.com/ZhengPeiRu21/azerothcore-wotlk into Playerbot

 Conflicts:
	src/server/game/Entities/Creature/Creature.cpp
This commit is contained in:
郑佩茹
2022-07-27 09:57:48 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3507,6 +3507,8 @@ bool Creature::SetCannotReachTarget(bool cannotReach, bool isChase /*= true*/)
{
LOG_DEBUG("entities.unit", "Creature::SetCannotReachTarget() called with true. Details: {}", GetDebugInfo());
}
return true;
}
bool Creature::CanNotReachTarget() const

View File

@@ -194,7 +194,6 @@ enum WorldFloatConfigs
CONFIG_ARENA_WIN_RATING_MODIFIER_2,
CONFIG_ARENA_LOSE_RATING_MODIFIER,
CONFIG_ARENA_MATCHMAKER_RATING_MODIFIER,
CONFIG_WATER_BREATH_TIMER,
FLOAT_CONFIG_VALUE_COUNT
};