[Raid] Naxx grobbulus

This commit is contained in:
Yunfan Li
2024-06-05 19:37:39 +08:00
parent be3b2c82f8
commit d0ee39aa3a
5 changed files with 32 additions and 9 deletions

View File

@@ -829,7 +829,7 @@ bool MovementAction::Follow(Unit* target, float distance)
void MovementAction::UpdateMovementState()
{
if (bot->Unit::IsInWater() || bot->Unit::IsUnderWater())
if (bot->Unit::IsUnderWater())
{
bot->SetSwim(true);
}