Scripts/BlackfathomDeeps: Morridune will now start his pathaction again. (#24298)

This commit is contained in:
Rushor
2020-03-14 22:02:15 +01:00
committed by GitHub
parent 90720a4eec
commit f488c36154

View File

@@ -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);