mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/BlackfathomDeeps: Morridune will now start his pathaction again. (#24298)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user