aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/CreatureAI.cpp
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2021-09-15 01:04:03 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-15 23:03:26 +0100
commitc4906ce60be52c9a678287672a6461c3068beea3 (patch)
tree6a34ae52e80e49aa3048c6b6684c4ae0fea508b3 /src/server/game/AI/CreatureAI.cpp
parent6a5f3835f3588a1f1d6fa406f4b384869770b34a (diff)
Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)
(cherry picked from commit c4741a131a0a28b69c228d3637beab7090e5f1e3)
Diffstat (limited to 'src/server/game/AI/CreatureAI.cpp')
-rw-r--r--src/server/game/AI/CreatureAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/CreatureAI.cpp b/src/server/game/AI/CreatureAI.cpp
index e7e53dafb64..9222084a5d8 100644
--- a/src/server/game/AI/CreatureAI.cpp
+++ b/src/server/game/AI/CreatureAI.cpp
@@ -397,7 +397,7 @@ int32 CreatureAI::VisualizeBoundary(Seconds duration, Unit* owner, bool fill) co
point->AddUnitFlag(UNIT_FLAG_STUNNED);
point->SetImmuneToAll(true);
if (!hasOutOfBoundsNeighbor)
- point->AddUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
+ point->AddUnitFlag(UNIT_FLAG_UNINTERACTIBLE);
}
}