mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user