aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
index feee69a1fc7..5d78d732c11 100644
--- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter2.cpp
@@ -106,6 +106,7 @@ struct npc_koltira_deathweaver : public ScriptedAI
{
npc_koltira_deathweaver(Creature* creature) : ScriptedAI(creature), _summons(me)
{
+ _eventGossip = false;
}
bool GossipHello(Player* player) override