From 4468a538ff9bd73ed008864391b0ee4fb3172b9f Mon Sep 17 00:00:00 2001 From: Sorikoff <46191832+Sorikoff@users.noreply.github.com> Date: Mon, 22 Apr 2019 14:25:17 +0000 Subject: Scripts/Scarlet Enclave: Unworthy Initiate (#23195) --- src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 832d4d46076..c78ff579661 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -239,6 +239,7 @@ public: { me->SetFaction(FACTION_MONSTER); me->SetImmuneToPC(false); + me->SetReactState(REACT_AGGRESSIVE); phase = PHASE_ATTACKING; if (Player* target = ObjectAccessor::GetPlayer(*me, playerGUID)) -- cgit v1.2.3