diff options
author | offl <offl@users.noreply.github.com> | 2021-05-06 17:09:16 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-09 14:20:51 +0100 |
commit | b1139ada4d05bc08dfe3bdb8ba8b3848e66cff61 (patch) | |
tree | f8b1ea9f96eb98f4568296823c0bed5386e5a9e8 /src | |
parent | 56f0129ff3e27fcde1a55fd9cdc5480f3ac76966 (diff) |
DB/Creature: Fix recently broken The Etymidian's script
(cherry picked from commit 79944605c644c597bada8535d9edd1fc3c77e4cc)
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 deaa73742a2..6ccde87a400 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) |