Update Pit of Saron (#78)
This commit is contained in:
parent
0f30731133
commit
2407208eb6
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ public:
|
|||
void OnPlayerEnter(Player* plr)
|
||||
{
|
||||
instance->LoadGrid(LeaderIntroPos.GetPositionX(), LeaderIntroPos.GetPositionY());
|
||||
if (Creature* c = instance->GetCreature(GetData64(DATA_LEADER_FIRST_GUID)))
|
||||
c->AI()->SetData(DATA_START_INTRO, 0);
|
||||
}
|
||||
|
||||
uint32 GetCreatureEntry(uint32 /*guidLow*/, CreatureData const* data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue