fix(Scripts/EoE): restore hover disk flight for players (#25476)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-04-15 12:27:26 -05:00 committed by GitHub
parent 117095f1cb
commit e4c24cb80a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)