aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSorikoff <46191832+Sorikoff@users.noreply.github.com>2019-04-22 14:25:17 +0000
committerKeader <keader.android@gmail.com>2019-04-22 11:25:17 -0300
commit4468a538ff9bd73ed008864391b0ee4fb3172b9f (patch)
treec56c83debb0c8e4cfa4817a58f3bf1dae759aa1f /src
parent90e0131676099c7173022ca5e84f2d0f806a6b05 (diff)
Scripts/Scarlet Enclave: Unworthy Initiate (#23195)
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 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))