Scripts/Spells: Remove unnecessary SetAnimationTier

(cherry picked from commit 8214278cd8)
This commit is contained in:
offl
2021-12-20 22:40:54 +02:00
committed by Shauren
parent a6de812822
commit 37f425b1b3

View File

@@ -1822,15 +1822,9 @@ class spell_gen_gryphon_wyvern_mount_check : public AuraScript
return;
if (owner->IsMounted())
{
target->SetAnimTier(AnimTier::Fly);
target->SetDisableGravity(true);
}
else
{
target->SetAnimTier(AnimTier::Ground);
target->SetDisableGravity(false);
}
}
void Register() override