aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSorikoff <46191832+Sorikoff@users.noreply.github.com>2019-04-22 14:25:17 +0000
committerShauren <shauren.trinity@gmail.com>2021-12-02 00:38:42 +0100
commit8f0afc81da274242bab16600b4f54705fe9f40c3 (patch)
treef9e63fb464cb5c44e3bc07d9ad62a7b56acfe43e /src
parentae595df7ea93ecabf7608317ea5d2b6eb2576888 (diff)
Scripts/Scarlet Enclave: Unworthy Initiate (#23195)
(cherry picked from commit 4468a538ff9bd73ed008864391b0ee4fb3172b9f)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp
index bb20934ac42..f7812e1c898 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))