fix(Scripts/EoE): restore hover disk flight for players (#25476)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -1011,6 +1011,7 @@ struct npc_hover_disk : public VehicleAI
|
|||||||
who->ApplySpellImmune(0, IMMUNITY_ID, SPELL_SURGE_OF_POWER_DMG, true);
|
who->ApplySpellImmune(0, IMMUNITY_ID, SPELL_SURGE_OF_POWER_DMG, true);
|
||||||
me->SetSpeed(MOVE_RUN, 1.5f);
|
me->SetSpeed(MOVE_RUN, 1.5f);
|
||||||
me->SetSpeed(MOVE_FLIGHT, 1.5f);
|
me->SetSpeed(MOVE_FLIGHT, 1.5f);
|
||||||
|
me->SetCanFly(true);
|
||||||
me->SetDisableGravity(true);
|
me->SetDisableGravity(true);
|
||||||
}
|
}
|
||||||
else if (who->GetEntry() == NPC_NEXUS_LORD)
|
else if (who->GetEntry() == NPC_NEXUS_LORD)
|
||||||
|
|||||||
Reference in New Issue
Block a user