diff options
| author | Meji <alvaro.megias@outlook.com> | 2023-11-25 14:04:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-25 14:04:33 +0100 |
| commit | c1b36eec5678090654dfd65a3fef29ea8ada6ef2 (patch) | |
| tree | 591eba3a01a109334c05144a68f738bd61f3cc1e /src/server/scripts/Shadowlands | |
| parent | 1c6ee8a6bd4330625f6b1b90706ebbcb9536246d (diff) | |
Core/Units: Update PlayHoverAnim state when flying or hovering (#29434)
Diffstat (limited to 'src/server/scripts/Shadowlands')
| -rw-r--r-- | src/server/scripts/Shadowlands/SepulcherOfTheFirstOnes/boss_anduin_wrynn.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Shadowlands/SepulcherOfTheFirstOnes/boss_anduin_wrynn.cpp b/src/server/scripts/Shadowlands/SepulcherOfTheFirstOnes/boss_anduin_wrynn.cpp index 258561f3235..02ce46f3d00 100644 --- a/src/server/scripts/Shadowlands/SepulcherOfTheFirstOnes/boss_anduin_wrynn.cpp +++ b/src/server/scripts/Shadowlands/SepulcherOfTheFirstOnes/boss_anduin_wrynn.cpp @@ -1372,7 +1372,6 @@ struct npc_anduin_wrynn_anduin_soul : public ScriptedAI { me->SetDisableGravity(true, true); me->SetHoverHeight(1.0); - me->SetPlayHoverAnim(true); DoCastSelf(SPELL_LOST_SOUL_PERIODIC); } |
