Skip to content

Commit 9f3abb5

Browse files
committed
too
1 parent e034e77 commit 9f3abb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ struct boss_nefarian : public BossAI
479479

480480
if (id == 1)
481481
{
482+
me->SetCanFly(false);
483+
me->SetDisableGravity(false);
482484
DoZoneInCombat();
483485
if (me->GetVictim())
484486
AttackStart(me->GetVictim());

0 commit comments

Comments
 (0)