fix(Scripts/MoltenCore): Players should not be able to summon Ragnaro… (#13128)

fix(Scripts/MoltenCore): Players should not be able to summon Ragnaros before Majordomo's teleport.

Fixes #11870
This commit is contained in:
UltraNix
2022-09-26 15:41:20 +02:00
committed by GitHub
parent 9837bdeb6e
commit 6c3fc2603b

View File

@@ -213,6 +213,8 @@ public:
majordomoSummonsData[spawn->GetGUID().GetCounter()] = MajordomoAddData(spawn->GetGUID(), spawn->GetEntry(), spawn->GetPosition());
}
}
me->RemoveNpcFlag(UNIT_NPC_FLAG_GOSSIP);
}
else
{