mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
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:
@@ -213,6 +213,8 @@ public:
|
||||
majordomoSummonsData[spawn->GetGUID().GetCounter()] = MajordomoAddData(spawn->GetGUID(), spawn->GetEntry(), spawn->GetPosition());
|
||||
}
|
||||
}
|
||||
|
||||
me->RemoveNpcFlag(UNIT_NPC_FLAG_GOSSIP);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user