fix(Scripts/SerpentshrineCavern): Fix Hydross not moving before grid … (#17975)
fix(Scripts/SerpentshrineCavern): Fix Hydross not moving before grid loads and boss engaging
This commit is contained in:
parent
f476c8a6c9
commit
112ad54bad
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ struct boss_hydross_the_unstable : public BossAI
|
|||
}
|
||||
else if (summon->GetEntry() == NPC_TAINTED_HYDROSS_ELEMENTAL)
|
||||
{
|
||||
summon->SetOwnerGUID(me->GetGUID());
|
||||
summon->setActive(true);
|
||||
summon->GetMotionMaster()->MovePath(summon->GetEntry() * 10, false);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue