diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Events/childrens_week.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Events/childrens_week.cpp b/src/server/scripts/Events/childrens_week.cpp index c2181dc394f..b4dc1f6beae 100644 --- a/src/server/scripts/Events/childrens_week.cpp +++ b/src/server/scripts/Events/childrens_week.cpp @@ -684,6 +684,8 @@ class npc_the_etymidian : public CreatureScript Talk(SAY_ACTIVATION); } + // doesn't trigger if creature is stunned. Restore aura 25900 when it will be possible or + // find another way to start event(from orphan script) void MoveInLineOfSight(Unit* who) override { if (!phase && who && who->GetDistance2d(me) < 10.0f) |