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:
Andrew 2023-12-10 19:06:41 -03:00 committed by GitHub
parent f476c8a6c9
commit 112ad54bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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