fix(Scripts/RuinsOfAhnQiraj): Enable Ayamiss gravity when landing (#12819)
fix(Scripts/RuinsOfAhnQiraj): Disable Ayamiss gravity when landing
This commit is contained in:
@@ -116,6 +116,7 @@ struct boss_ayamiss : public BossAI
|
|||||||
else if (type == WAYPOINT_MOTION_TYPE && id == POINT_GROUND)
|
else if (type == WAYPOINT_MOTION_TYPE && id == POINT_GROUND)
|
||||||
{
|
{
|
||||||
SetCombatMovement(true);
|
SetCombatMovement(true);
|
||||||
|
me->SetDisableGravity(false);
|
||||||
|
|
||||||
me->m_Events.AddEventAtOffset([this]()
|
me->m_Events.AddEventAtOffset([this]()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user