diff options
-rw-r--r-- | sql/updates/world/3.3.5/2021_05_06_00_world.sql | 2 | ||||
-rw-r--r-- | src/server/scripts/Events/childrens_week.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_06_00_world.sql b/sql/updates/world/3.3.5/2021_05_06_00_world.sql new file mode 100644 index 00000000000..1e83d803619 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_05_06_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `auras` = "16245" WHERE `entry` = 28092; 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) |