fix(Scripts/EoE): restore hover disk flight for players (#25476)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
117095f1cb
commit
e4c24cb80a
1 changed files with 1 additions and 0 deletions
|
|
@ -1011,6 +1011,7 @@ struct npc_hover_disk : public VehicleAI
|
|||
who->ApplySpellImmune(0, IMMUNITY_ID, SPELL_SURGE_OF_POWER_DMG, true);
|
||||
me->SetSpeed(MOVE_RUN, 1.5f);
|
||||
me->SetSpeed(MOVE_FLIGHT, 1.5f);
|
||||
me->SetCanFly(true);
|
||||
me->SetDisableGravity(true);
|
||||
}
|
||||
else if (who->GetEntry() == NPC_NEXUS_LORD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue