diff options
author | Rushor <Rushor@users.noreply.github.com> | 2020-03-14 22:02:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 22:02:15 +0100 |
commit | f488c361545b0bf872dbbaec0d13c21fcee1df9b (patch) | |
tree | 9be76c2485eaef527600dbf100dbda739e30c7c6 /src | |
parent | 90720a4eec60bf162551bee4a1e26b77a3c99594 (diff) |
Scripts/BlackfathomDeeps: Morridune will now start his pathaction again. (#24298)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp b/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp index fa3c5d86ee4..d55ccf9c6fd 100644 --- a/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp +++ b/src/server/scripts/Kalimdor/BlackfathomDeeps/blackfathom_deeps.cpp @@ -223,7 +223,9 @@ public: struct npc_morriduneAI : public EscortAI { - npc_morriduneAI(Creature* creature) : EscortAI(creature) + npc_morriduneAI(Creature* creature) : EscortAI(creature) { } + + void Reset() override { Talk(SAY_MORRIDUNE_1); me->RemoveFlag(UNIT_NPC_FLAGS, UNIT_NPC_FLAG_GOSSIP); |